Revert SITE_ROOT commit

This commit is contained in:
Roberto Rosario
2014-06-29 18:41:20 -04:00
parent 77ad7ad5ae
commit 316a79c440

View File

@@ -14,7 +14,7 @@ import os
ugettext = lambda s: s
BASE_DIR = os.path.abspath(os.path.dirname(__file__))
SITE_ROOT = BASE_DIR
SITE_ROOT = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
# Quick-start development settings - unsuitable for production