Store every user modifiable data in the /media dir include collected static files

This commit is contained in:
Roberto Rosario
2014-08-05 02:30:23 -04:00
parent 2825bfc97b
commit 47899e29c3

View File

@@ -183,7 +183,7 @@ STATIC_URL = '/static/'
sys.path.append(os.path.join(BASE_DIR, 'mayan', 'apps'))
STATIC_ROOT = os.path.join(BASE_DIR, 'static')
STATIC_ROOT = os.path.join(BASE_DIR, 'mayan', 'media', 'static')
# List of callables that know how to import templates from various sources.
TEMPLATE_LOADERS = (