diff options
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 |
commit | e7378df00ca6dece6f30f1f6c8908e60911b6604 (patch) | |
tree | 3026021119bd38e5f812b3057cea0f0bb80e673c /example_project/manage.py | |
parent | af93e3c6feb98bb6beabf258ba6d778208965766 (diff) | |
download | Ishtar-e7378df00ca6dece6f30f1f6c8908e60911b6604.tar.bz2 Ishtar-e7378df00ca6dece6f30f1f6c8908e60911b6604.zip |
Unify translation process
Diffstat (limited to 'example_project/manage.py')
-rwxr-xr-x | example_project/manage.py | 1 |
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__": |