diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2021-04-10 15:30:29 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2021-04-10 15:30:29 +0100 |
commit | 5d4ad93c5113a7895e98556f741714e2652f05b9 (patch) | |
tree | cddad6bd422f9fa6a87f77bdf9d4a15e62e95acf /urls.py | |
parent | a7e59b2bb02b039f496c50782ef64f7624cad3f3 (diff) | |
download | troggle-5d4ad93c5113a7895e98556f741714e2652f05b9.tar.gz troggle-5d4ad93c5113a7895e98556f741714e2652f05b9.tar.bz2 troggle-5d4ad93c5113a7895e98556f741714e2652f05b9.zip |
Better FileNotFound in expofiles
Diffstat (limited to 'urls.py')
-rw-r--r-- | urls.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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/ |