What steps will reproduce the problem?
1. Install filebrowser
2. Follow the quick start guide to configure
I suspect there are just some quotes missing from the documentation?
urlpatterns = patterns('',
(r'^admin/filebrowser/', include(filebrowser.urls)),
)
Should read:
urlpatterns = patterns('',
(r'^admin/filebrowser/', include('filebrowser.urls')),
)
Original issue reported on code.google.com by john...@gmail.com on 7 Mar 2011 at 11:27
Original issue reported on code.google.com by
john...@gmail.com
on 7 Mar 2011 at 11:27