# Uncomment this for admin:
(r'^$', 'bpcms.views.document_view', {'slug': 'index'}),
(r'^media/(?P<path>.*)$', 'django.views.static.serve', {'document_root': MEDIA_ROOT, 'show_indexes': True}),
# Uncomment this for admin:
(r'^$', 'bpcms.views.document_view', {'slug': 'index'}),
(r'^media/(?P<path>.*)$', 'django.views.static.serve', {'document_root': MEDIA_ROOT, 'show_indexes': True}),