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
Hello, I'm having problem with djangojs in Django 1.10
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 986, in _gcd_import
File "<frozen importlib._bootstrap>", line 969, in _find_and_load
File "<frozen importlib._bootstrap>", line 958, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 673, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 665, in exec_module
File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
File "/usr/local/lib/python3.5/site-packages/djangojs/urls.py", line 6, in <module>
from django.conf.urls import patterns, url
ImportError: cannot import name 'patterns'
Packages:
Django==1.10.1
django.js==0.8.2.dev0
django.conf.urls.patterns was deprecated in the others django version, and in Django 1.10 was removed.
The text was updated successfully, but these errors were encountered:
Hello, I'm having problem with djangojs in Django 1.10
Packages:
django.conf.urls.patterns
was deprecated in the others django version, and in Django 1.10 was removed.The text was updated successfully, but these errors were encountered: