Commit be754ba4 authored by Denis Bilenko's avatar Denis Bilenko

indent fix to pass pep8 1.4.6

parent 95ee4570
......@@ -7,7 +7,6 @@ urlpatterns = patterns('webchat.chat.views',
('^a/message/updates$', 'message_updates'))
urlpatterns += patterns('django.views.static',
(r'^%s(?P<path>.*)$' % settings.MEDIA_URL.lstrip('/'),
'serve', {
'document_root': settings.MEDIA_ROOT,
'show_indexes': True}))
(r'^%s(?P<path>.*)$' % settings.MEDIA_URL.lstrip('/'), 'serve',
{'document_root': settings.MEDIA_ROOT,
'show_indexes': True}))
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment