diff --git a/django/conf/project_template/urls.py b/django/conf/project_template/urls.py index 3d0ff636a5..e77dd86e16 100644 --- a/django/conf/project_template/urls.py +++ b/django/conf/project_template/urls.py @@ -1,4 +1,4 @@ -from django.conf.urls.defaults import * +from django.conf.urls.defaults import patterns, include # Uncomment the next two lines to enable the admin: # from django.contrib import admin