stormpath / stormpath-django

Django plugin for Stormpath
Apache License 2.0
38 stars 19 forks source link

Missing import #82

Open jorgercg opened 8 years ago

jorgercg commented 8 years ago

It seems that in urls.py when if django.VERSION[:2] < (1, 8): from django.conf.urls import patterns urlpatterns = patterns('django_stormpath.views', *urlpatterns) was added, there should have been added also import django at the import session. Please check.

mmcardle commented 7 years ago

Getting this error on django 1.8.15.