diff --git a/local_config.py b/local_config.py index 95cd37a..98471a5 100644 --- a/local_config.py +++ b/local_config.py @@ -1,4 +1,10 @@ import logging +import os + +_PROJECT_PATH = os.path.join(os.path.dirname(__file__), '..') + +# Static folder +static_root = os.path.join(_PROJECT_PATH, 'cam/static') ## Virtual hosts configuration hosts = {