summaryrefslogtreecommitdiff
path: root/example_project/manage.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2019-10-31 13:21:34 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2019-10-31 13:21:34 +0100
commite7378df00ca6dece6f30f1f6c8908e60911b6604 (patch)
tree3026021119bd38e5f812b3057cea0f0bb80e673c /example_project/manage.py
parentaf93e3c6feb98bb6beabf258ba6d778208965766 (diff)
downloadIshtar-e7378df00ca6dece6f30f1f6c8908e60911b6604.tar.bz2
Ishtar-e7378df00ca6dece6f30f1f6c8908e60911b6604.zip
Unify translation process
Diffstat (limited to 'example_project/manage.py')
-rwxr-xr-xexample_project/manage.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/example_project/manage.py b/example_project/manage.py
index 655a2475a..1aca2c7f2 100755
--- a/example_project/manage.py
+++ b/example_project/manage.py
@@ -2,6 +2,7 @@
import os
import sys
+sys.path.append(os.path.abspath('.'))
sys.path.append(os.path.abspath('..'))
if __name__ == "__main__":