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

updating django version used #275

Open
mattip opened this issue Jan 27, 2020 · 5 comments
Open

updating django version used #275

mattip opened this issue Jan 27, 2020 · 5 comments

Comments

@mattip
Copy link
Contributor

mattip commented Jan 27, 2020

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?

@tobami
Copy link
Owner

tobami commented Feb 16, 2020

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

@AjibsBaba
Copy link

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

@mattip
Copy link
Contributor Author

mattip commented Feb 18, 2020

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

@AjibsBaba
Copy link

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

@mattip
Copy link
Contributor Author

mattip commented Feb 19, 2022

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

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

No branches or pull requests

3 participants