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

Refactor importd code for django version 1.10.2. #85

Open
ilubnon opened this issue Oct 14, 2016 · 0 comments
Open

Refactor importd code for django version 1.10.2. #85

ilubnon opened this issue Oct 14, 2016 · 0 comments

Comments

@ilubnon
Copy link

ilubnon commented Oct 14, 2016

django.conf.urls.patterns was removed from version 1.10.2 django. according to the documentation (https://docs.djangoproject.com/en/1.10/releases/1.8/#django-conf-urls-patterns).

$ pip install importd
$ python ./hello.py

Traceback (most recent call last):
File "/Users/ilubnon/.pyenv/versions/importd/lib/python3.5/site-packages/importd/urlconf.py", line 7, in
from django.conf.urls import patterns
ImportError: cannot import name 'patterns'

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