We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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. 😄
urls.py
requirements.txt
The text was updated successfully, but these errors were encountered:
I think we can close this issue since you merged #36
Sorry, something went wrong.
No branches or pull requests
When running with Django1.8 I get following message:
And when running with Django1.10:
I think you should update
urls.py
in your application, or fix Django version inrequirements.txt
. 😄The text was updated successfully, but these errors were encountered: