You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: