rearrangements: new core app, templates in apps, split settings;
[wolnelektury.git] / wolnelektury / settings / paths.py
diff --git a/wolnelektury/settings/paths.py b/wolnelektury/settings/paths.py
new file mode 100644 (file)
index 0000000..b3ef304
--- /dev/null
@@ -0,0 +1,3 @@
+from os import path
+
+PROJECT_DIR = path.dirname(path.abspath(path.dirname(__file__)))