X-Git-Url: https://git.mdrn.pl/fnpdjango.git/blobdiff_plain/94e4264e4ac4f8f34d2975f26a0337e6f2c35027..87776dc1caec95a6eaaf011a7356e676722a11a3:/project_name/settings/paths.py diff --git a/project_name/settings/paths.py b/project_name/settings/paths.py new file mode 100644 index 0000000..b3ef304 --- /dev/null +++ b/project_name/settings/paths.py @@ -0,0 +1,3 @@ +from os import path + +PROJECT_DIR = path.dirname(path.abspath(path.dirname(__file__)))