urls.py
changeset 10 bf0cbea1bd12
parent 1 7818992cbf83
child 12 a93eebabfeb1
--- a/urls.py	Sun Jan 24 19:15:28 2010 +0530
+++ b/urls.py	Thu Feb 04 19:42:35 2010 +0530
@@ -11,7 +11,7 @@
     # Uncomment the admin/doc line below and add 'django.contrib.admindocs' 
     # to INSTALLED_APPS to enable admin documentation:
     # (r'^admin/doc/', include('django.contrib.admindocs.urls')),
+    
+    (r'^admin/', include(admin.site.urls)),
 
-    # Uncomment the next line to enable the admin:
-    (r'^admin/', include(admin.site.urls)),
 )