Ticket #14675: template.diff
File template.diff, 415 bytes (added by , 14 years ago) |
---|
-
django/conf/project_template/urls.py
diff --git a/django/conf/project_template/urls.py b/django/conf/project_template/urls.py index 3d0ff63..d054074 100644
a b 1 from django.conf.urls.defaults import *1 from django.conf.urls.defaults import patterns, url, include 2 2 3 3 # Uncomment the next two lines to enable the admin: 4 4 # from django.contrib import admin