From 8f790309ce9123a0f1e7bafd63b2e5d5e9cf86c9 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Wed, 31 Mar 2021 23:41:46 +0100 Subject: tests for new /site_media/ management --- urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urls.py') 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.*)$', expofilessingle, name="single"), # local copy of EXPOFILES ] - + trogglepatterns = [ url(r'^expofiles/', include(expofilesurls)), -- cgit v1.2.3