# HG changeset patch # User nishanth # Date 1271421912 -19800 # Node ID bff52631d4024edfda3643a3b309057104b500ae # Parent d5ae97aaa24d3f23d55e0a92df010efc7c404ad4 set debug to false and removed admin url diff -r d5ae97aaa24d -r bff52631d402 settings.py --- a/settings.py Fri Apr 16 17:55:59 2010 +0530 +++ b/settings.py Fri Apr 16 18:15:12 2010 +0530 @@ -1,6 +1,6 @@ # Django settings for ws_app project. -DEBUG = True +DEBUG = False TEMPLATE_DEBUG = DEBUG ADMINS = ( diff -r d5ae97aaa24d -r bff52631d402 urls.py --- a/urls.py Fri Apr 16 17:55:59 2010 +0530 +++ b/urls.py Fri Apr 16 18:15:12 2010 +0530 @@ -13,7 +13,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'^registration/', include('ws_app.reg.site.urls')), #(r'^workshop/quiz/', include('ws_app.quiz.site.urls')),