From 5d4ad93c5113a7895e98556f741714e2652f05b9 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sat, 10 Apr 2021 15:30:29 +0100 Subject: Better FileNotFound in expofiles --- urls.py | 1 + 1 file changed, 1 insertion(+) (limited to 'urls.py') diff --git a/urls.py b/urls.py index 7bd6585..7184823 100644 --- a/urls.py +++ b/urls.py @@ -172,6 +172,7 @@ urlpatterns = [ ] # When apache is running these prempt Django so Django never sees them. +# NB apache has its own ideas about mimetypes, so behaviour may not be identical for .xml files by troggle # NEW apache configurations suggested as of 2 April 2021: # Alias /site-media/ /home/expo/troggle/media/ -- cgit v1.2.3