fnp
/
edumed.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Move to src dir.
[edumed.git]
/
src
/
edumed
/
settings
/
paths.py
diff --git a/src/edumed/settings/paths.py
b/src/edumed/settings/paths.py
new file mode 100644
(file)
index 0000000..
55d7b9e
--- /dev/null
+++ b/
src/edumed/settings/paths.py
@@ -0,0
+1,4
@@
+# -*- coding: utf-8 -*-
+import os.path
+
+PROJECT_DIR = os.path.dirname(os.path.abspath(os.path.dirname(__file__)))