summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
authorgoatchurch <goatchurch@ubuntu.clocksoft.dom>2009-08-23 23:29:05 +0100
committergoatchurch <goatchurch@ubuntu.clocksoft.dom>2009-08-23 23:29:05 +0100
commit20eac2d04b4349598cf33c5ae1f9fde3711340dd (patch)
treef9bad4797d2581948bb290a587cd3bf75525845a /urls.py
parente4496e4cd8dd7d6ea809aa2142f2d7adcbeca213 (diff)
downloadtroggle-20eac2d04b4349598cf33c5ae1f9fde3711340dd.tar.gz
troggle-20eac2d04b4349598cf33c5ae1f9fde3711340dd.tar.bz2
troggle-20eac2d04b4349598cf33c5ae1f9fde3711340dd.zip
quick hack to make work in django1.0 Photo to DPhoto
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/urls.py b/urls.py
index 699c448..e20aacd 100644
--- a/urls.py
+++ b/urls.py
@@ -67,7 +67,7 @@ urlpatterns = patterns('',
url(r'^eyecandy$', views_other.eyecandy),
(r'^admin/doc/?', include('django.contrib.admindocs.urls')),
- (r'^admin/', include(admin.site.urls)),
+ #(r'^admin/', include(admin.site.urls)),
(r'^accounts/', include('registration.urls')),
(r'^profiles/', include('profiles.urls')),