django-faq
django-faq copied to clipboard
django.conf.urls.defaults fix for django 1.6+
The location of django django.conf.urls.defaults was changed to django.conf.urls in django 1.4 https://docs.djangoproject.com/en/1.4/releases/1.4/#django-conf-urls-defaults
This code allows both to work
Hi, it seems to me that this issue hasn't been fixed in the latest release. After the install I get the following error:
File "/home/bmcharek/sanoma/slam-website/src/src/django-faq/faq/urls.py" in
- from django.conf.urls.defaults import * Should I use a specific tag upon install? cheers