Author: brosner
Date: 2008-07-20 13:09:27 -0500 (Sun, 20 Jul 2008)
New Revision: 8009

Modified:
   django/trunk/django/conf/project_template/urls.py
Log:
Added admin.autodiscover() to project template urls.py. It is left commented 
out intentionally. Thanks tome for the suggestion. Refs #7824.

Modified: django/trunk/django/conf/project_template/urls.py
===================================================================
--- django/trunk/django/conf/project_template/urls.py   2008-07-20 18:05:11 UTC 
(rev 8008)
+++ django/trunk/django/conf/project_template/urls.py   2008-07-20 18:09:27 UTC 
(rev 8009)
@@ -3,6 +3,9 @@
 # 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')),


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to