The module django.conf.urls.defaults was removed in Django 1.6. The
functions are now available from django.conf.urls.
Signed-off-by: Jason Stephenson <jason@sigio.com>
-from django.conf.urls.defaults import *
+from django.conf.urls import *
# I'm not ready to break items out into their own urls.py, but I do
# want to cut down on the common boilerplate in the urlpatterns below.
-from django.conf.urls.defaults import *
+from django.conf.urls import *
from django.conf import settings
import django
import os