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

django.conf.urls.patterns() is deprecated #35

Closed
hermanzdosilovic opened this issue Aug 16, 2016 · 1 comment
Closed

django.conf.urls.patterns() is deprecated #35

hermanzdosilovic opened this issue Aug 16, 2016 · 1 comment

Comments

@hermanzdosilovic
Copy link
Contributor

When running with Django1.8 I get following message:

RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns

And when running with Django1.10:

ImportError: cannot import name patterns

I think you should update urls.py in your application, or fix Django version in requirements.txt. 😄

@hermanzdosilovic
Copy link
Contributor Author

I think we can close this issue since you merged #36

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

1 participant