We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In order to prepare the upgrade to more recent versions of Django we need to address Django's deprecation warnings.
To do so, we can run unit tests using the -Wa flag to the python intepreter:
-Wa
docker-compose run web python3 -Wa /code/souschef/manage.py test
We can also check add the -Wa flag to the Dockerfile to check the warnings when the web server runs.
The text was updated successfully, but these errors were encountered:
@guillaumep Would that still need to be done?
Sorry, something went wrong.
@lauramarec Yes, as it will help us upgrade the software libraries. We do not need that immediately though.
No branches or pull requests
In order to prepare the upgrade to more recent versions of Django we need to address Django's deprecation warnings.
To do so, we can run unit tests using the
-Wa
flag to the python intepreter:docker-compose run web python3 -Wa /code/souschef/manage.py test
We can also check add the
-Wa
flag to the Dockerfile to check the warnings when the web server runs.The text was updated successfully, but these errors were encountered: