Kaydet (Commit) effa2993 authored tarafından Brian Rosner's avatar Brian Rosner

Added admin.autodiscover() to project template urls.py. It is left commented out…

Added admin.autodiscover() to project template urls.py. It is left commented out intentionally. Thanks tome for the suggestion. Refs #7824.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8009 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst a53a1ba5
......@@ -3,6 +3,9 @@ from django.conf.urls.defaults import *
# Uncomment this for admin:
# from django.contrib import admin
# Uncomment to load INSTALLED_APPS admin.py module for default AdminSite instance.
# admin.autodiscover()
urlpatterns = patterns('',
# Example:
# (r'^{{ project_name }}/', include('{{ project_name }}.foo.urls')),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment