forked from expo/troggle
quick hack to make work in django1.0 Photo to DPhoto
This commit is contained in:
2
urls.py
2
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')),
|
||||
|
||||
Reference in New Issue
Block a user