Named URL tweaks for Django 1.5 compatibility
This commit is contained in:
parent
a1703b3127
commit
e77176bc4f
6 changed files with 15 additions and 16 deletions
|
@ -1,5 +1,4 @@
|
|||
from django.conf.urls.defaults import *
|
||||
from django.views.generic.simple import direct_to_template
|
||||
from django.conf.urls import *
|
||||
from django.contrib.auth import views as auth_views
|
||||
|
||||
urlpatterns = patterns('',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue