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
commit0ea70273feee82bfeb25aeae65bdbbec9cf47743 (patch)
tree7614c8cbbb9d911e9a3b8d96a274fbc916c02c46 /urls.py
parentc66b5e2dadcc7a4b501b479c30f183c3bf81af42 (diff)
downloadtroggle-0ea70273feee82bfeb25aeae65bdbbec9cf47743.tar.gz
troggle-0ea70273feee82bfeb25aeae65bdbbec9cf47743.tar.bz2
troggle-0ea70273feee82bfeb25aeae65bdbbec9cf47743.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')),