Raise "No module named defaults" under Django 1.8
Closed this issue · 0 comments
calon commented
I've changed:
from django.conf.urls.defaults import *
in urls.py to:
from django.conf.urls import patterns, url, include
to see whether it's OK.
Closed this issue · 0 comments
I've changed:
from django.conf.urls.defaults import *
in urls.py to:
from django.conf.urls import patterns, url, include
to see whether it's OK.