summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2021-03-31 23:41:46 +0100
committerPhilip Sargent <philip.sargent@klebos.com>2021-03-31 23:41:46 +0100
commit8f790309ce9123a0f1e7bafd63b2e5d5e9cf86c9 (patch)
tree4eed688867598d5f182d30f18cd9745151764fc5 /urls.py
parent269020391240f15d5d5997f88b51f401abf37cb1 (diff)
downloadtroggle-8f790309ce9123a0f1e7bafd63b2e5d5e9cf86c9.tar.gz
troggle-8f790309ce9123a0f1e7bafd63b2e5d5e9cf86c9.tar.bz2
troggle-8f790309ce9123a0f1e7bafd63b2e5d5e9cf86c9.zip
tests for new /site_media/ management
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/urls.py b/urls.py
index 2ba8120..cd3bff7 100644
--- a/urls.py
+++ b/urls.py
@@ -40,7 +40,7 @@ else:
expofilesurls = [
url(r'^(?P<filepath>.*)$', expofilessingle, name="single"), # local copy of EXPOFILES
]
-
+
trogglepatterns = [
url(r'^expofiles/', include(expofilesurls)),