codespeed
codespeed copied to clipboard
updating django version used
The requirements file specifies quite an old stack:
Django>=1.11,<2.2
isodate>=0.4.7,<0.6
matplotlib>=1.4.3,<2.0
Any thoughts about an update?
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.
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:
ImportError: cannot import name 'url' from 'django.conf.urls