|
@@ -6,6 +6,9 @@ from django_auth_ldap.config import LDAPSearch, PosixGroupType
|
|
|
|
|
|
# Django settings for coin project.
|
|
|
|
|
|
+# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
|
|
|
+BASE_DIR = os.path.dirname(os.path.dirname(__file__))
|
|
|
+
|
|
|
PROJECT_PATH = os.path.abspath(os.path.dirname(__file__))
|
|
|
DEBUG = TEMPLATE_DEBUG = False
|
|
|
|