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:
@@ -33,3 +33,4 @@ class Config(object):
|
||||
}
|
||||
|
||||
TITLE_SUFFIX = 'incorporeal.org'
|
||||
MEDIA_DIR = 'media'
|
||||
|
||||
Reference in New Issue
Block a user