Skip to content
New issue

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

Address Django 1.11 deprecations #40

Open
guillaumep opened this issue Dec 11, 2020 · 2 comments
Open

Address Django 1.11 deprecations #40

guillaumep opened this issue Dec 11, 2020 · 2 comments
Labels
Old P1 Old Priority 1

Comments

@guillaumep
Copy link
Member

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.

@lauramarec lauramarec added the Old P1 Old Priority 1 label Oct 15, 2022
@lauramarec
Copy link

@guillaumep Would that still need to be done?

@guillaumep
Copy link
Member Author

@lauramarec Yes, as it will help us upgrade the software libraries. We do not need that immediately though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Old P1 Old Priority 1
Projects
None yet
Development

No branches or pull requests

2 participants