|
@@ -0,0 +1,16 @@
|
|
|
|
+"""
|
|
|
|
+Local Django settings for celutz project.
|
|
|
|
+
|
|
|
|
+For more information on this file, see
|
|
|
|
+https://docs.djangoproject.com/en/1.7/topics/settings/
|
|
|
|
+
|
|
|
|
+For the full list of settings and their values, see
|
|
|
|
+https://docs.djangoproject.com/en/1.7/ref/settings/
|
|
|
|
+"""
|
|
|
|
+
|
|
|
|
+# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
|
|
|
|
+import os
|
|
|
|
+BASE_DIR = os.path.dirname(os.path.dirname(__file__))
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+# Put your specific configuration here
|