pattern is removed from 1.8+ DJango version
You can write
from django.conf.urls import include, url
urlpatterns = [
.
.
.
]
You can write
from django.conf.urls import include, url
urlpatterns = [
.
.
.
]
Please make to modify settings.py file: DATABASES = { 'default' : { 'ENGINE' : 'django.db.backends.sqlite3&...
No comments:
Post a Comment
Note: only a member of this blog may post a comment.