# HG changeset patch # User nishanth # Date 1275737516 -19800 # Node ID aa5abe1664cec75012adef0f785a14ae9a4a1bca # Parent 31935d8195f1f85fe5aa232cd9a82d849eee3343 disabled the admin interface diff -r 31935d8195f1 -r aa5abe1664ce 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),