diff options
Diffstat (limited to 'testapp/urls.py')
-rw-r--r-- | testapp/urls.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testapp/urls.py b/testapp/urls.py index dee297c..0d126f4 100644 --- a/testapp/urls.py +++ b/testapp/urls.py @@ -1,4 +1,4 @@ -from django.conf.urls import * +from django.conf.urls import patterns, include, url # Uncomment the next two lines to enable the admin: from django.contrib import admin |