um, remember to start url regexps with ^
This commit is contained in:
parent
ae3445e43d
commit
58ad185e04
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ urlpatterns = patterns('',
|
||||||
# (r'^admin/doc/', include('django.contrib.admindocs.urls')),
|
# (r'^admin/doc/', include('django.contrib.admindocs.urls')),
|
||||||
(r'^comments/', include('django.contrib.comments.urls')),
|
(r'^comments/', include('django.contrib.comments.urls')),
|
||||||
(r'^edit/', include('editor.urls')),
|
(r'^edit/', include('editor.urls')),
|
||||||
(r'files/', include('files.urls')),
|
(r'^files/', include('files.urls')),
|
||||||
# (r'^gallery/', 'files.views.gallery'),
|
# (r'^gallery/', 'files.views.gallery'),
|
||||||
# Uncomment the next line to enable the admin:
|
# Uncomment the next line to enable the admin:
|
||||||
(r'^admin/', include(admin.site.urls)),
|
(r'^admin/', include(admin.site.urls)),
|
||||||
|
|
Loading…
Add table
Reference in a new issue