local_config: fix configuration

This commit is contained in:
Jérôme Schneider 2013-10-23 16:50:34 +02:00
parent 8edc813c6a
commit ed4df7fb4e
1 changed files with 6 additions and 0 deletions

View File

@ -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 = {