|
@@ -6,6 +6,9 @@ from django_auth_ldap.config import LDAPSearch, PosixGroupType
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
+BASE_DIR = os.path.dirname(os.path.dirname(__file__))
|
|
|
|
+
|
|
PROJECT_PATH = os.path.abspath(os.path.dirname(__file__))
|
|
PROJECT_PATH = os.path.abspath(os.path.dirname(__file__))
|
|
DEBUG = TEMPLATE_DEBUG = False
|
|
DEBUG = TEMPLATE_DEBUG = False
|
|
|
|
|