Fix webapp and sikweb py files pep8
This commit is contained in:
+2
-1
@@ -41,5 +41,6 @@ urlpatterns = [
|
||||
|
||||
# staticfiles default view for static files in development
|
||||
url(r'^static/(?P<path>.*)$', static_views.serve),
|
||||
url(r'^media/(?P<path>.*)$', static_serve, {'document_root': settings.MEDIA_ROOT}),
|
||||
url(r'^media/(?P<path>.*)$',
|
||||
static_serve, {'document_root': settings.MEDIA_ROOT}),
|
||||
] + static(settings.STATIC_URL, document_root=settings.STATIC_ROOT)
|
||||
|
||||
Reference in New Issue
Block a user