django-faq icon indicating copy to clipboard operation
django-faq copied to clipboard

django.conf.urls.defaults fix for django 1.6+

Open TechNickAI opened this issue 11 years ago • 1 comments

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

TechNickAI avatar Jan 05 '14 06:01 TechNickAI

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

  1. from django.conf.urls.defaults import * Should I use a specific tag upon install? cheers

bmcharek avatar Nov 07 '14 10:11 bmcharek