support a media/ dir under the instance dir

this is for miscellaneous files that should be served directly rather
than being a page route
This commit is contained in:
2020-03-08 11:48:49 -05:00
parent 16373d3e55
commit 2634c144a7
4 changed files with 13 additions and 1 deletions

View File

@@ -33,3 +33,4 @@ class Config(object):
}
TITLE_SUFFIX = 'incorporeal.org'
MEDIA_DIR = 'media'