summaryrefslogtreecommitdiff
path: root/nop
diff options
context:
space:
mode:
authorErnesto Rico-Schmidt <e.rico.schmidt@gmail.com>2016-04-19 18:25:37 (GMT)
committerErnesto Rico-Schmidt <e.rico.schmidt@gmail.com>2016-04-19 18:25:37 (GMT)
commit3c78c9f3f4af3c52725947f277e37938fd6d4f08 (patch)
tree304010bbb643602965cfeba5684ab9b41de04b1b /nop
parent1d3301368c60efcb62dd4161e9e464c924b8f4d3 (diff)
fixed pep8/flake8 warnings. again.
Diffstat (limited to 'nop')
-rw-r--r--nop/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nop/urls.py b/nop/urls.py
index 3cc97a4..392d633 100644
--- a/nop/urls.py
+++ b/nop/urls.py
@@ -10,4 +10,4 @@ urlpatterns = patterns('',
url(r'^/(?P<year>\d{4})/(?P<month>\d{1,2})/(?P<day>\d{1,2})/(?P<hour>\d{1,2})/(?P<minute>\d{1,2})/?$', get),
url(r'^/?$', nop_form),
url(r'^/static/(?P<path>.*)$', 'django.views.static.serve', {'document_root': NOP_SITE_MEDIA}),
-)
+ )