disabled the admin interface anoop
authornishanth
Sat, 05 Jun 2010 17:01:56 +0530
branchanoop
changeset 40 aa5abe1664ce
parent 39 31935d8195f1
child 41 651b341fd555
disabled the admin interface
urls.py
--- a/urls.py	Sat Jun 05 16:54:11 2010 +0530
+++ b/urls.py	Sat Jun 05 17:01:56 2010 +0530
@@ -16,7 +16,7 @@
     # (r'^admin/doc/', include('django.contrib.admindocs.urls')),
 
     # Uncomment the next line to enable the admin:
-    (r'^administration/', include(admin.site.urls)),
+    # (r'^administration/', include(admin.site.urls)),
     (r'^$',homepage),
     (r'^schedule/',schedule),
     (r'^organizers/',organizers),