one more thing to turn off to get app to run with admin switched off

pull/1/head
eric 2011-11-18 18:08:42 -05:00
parent d73304e1a6
commit e7bcab8112
1 changed files with 1 additions and 1 deletions

View File

@ -17,5 +17,5 @@ urlpatterns = patterns('',
(r'', include('regluit.payment.urls')),
(r'^selectable/', include('selectable.urls')),
url(r'^admin/', include(admin.site.urls)),
# url(r'^admin/', include(admin.site.urls)),
)