diff options
author | goatchurch <goatchurch@ubuntu.clocksoft.dom> | 2009-08-23 23:29:05 +0100 |
---|---|---|
committer | goatchurch <goatchurch@ubuntu.clocksoft.dom> | 2009-08-23 23:29:05 +0100 |
commit | 0ea70273feee82bfeb25aeae65bdbbec9cf47743 (patch) | |
tree | 7614c8cbbb9d911e9a3b8d96a274fbc916c02c46 /urls.py | |
parent | c66b5e2dadcc7a4b501b479c30f183c3bf81af42 (diff) | |
download | troggle-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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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')),
|