codespeed icon indicating copy to clipboard operation
codespeed copied to clipboard

updating django version used

Open mattip opened this issue 5 years ago • 5 comments

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?

mattip avatar Jan 27 '20 18:01 mattip

It should not be a problem to increase the django version. matplotlib I'm not so sure? Have you looked into that?

tobami avatar Feb 16 '20 11:02 tobami

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

AjibsBaba avatar Feb 18 '20 14:02 AjibsBaba

It is really important to state which version of django is supported, for instance speed.pypy.org is automatically provisioned and deployed.

mattip avatar Feb 18 '20 14:02 mattip

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

AjibsBaba avatar Feb 18 '20 14:02 AjibsBaba

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

mattip avatar Feb 19 '22 17:02 mattip