-
Notifications
You must be signed in to change notification settings - Fork 129
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
updating django version used #275
Comments
It should not be a problem to increase the django version. matplotlib I'm not so sure? Have you looked into that? |
A way to do this is not to specify the Django version in the requirements file. You can simply write django instead of django==3.0.3 |
It is really important to state which version of django is supported, for instance speed.pypy.org is automatically provisioned and deployed. |
Ohh wow I had no idea |
Now that django4 has been released, it would be nice to update. Any guides? So far I get this error when using django4:
|
The requirements file specifies quite an old stack:
Any thoughts about an update?
The text was updated successfully, but these errors were encountered: