diff options
author | root <root@viserion.(none)> | 2013-04-30 10:45:14 +0000 |
---|---|---|
committer | root <root@viserion.(none)> | 2013-04-30 10:45:14 +0000 |
commit | 2470c7c36a92a5714a7b8d56a1bcab904f23f0d8 (patch) | |
tree | 53e045e9f05bc0e0252dbf059def75d26f3710ae /example_project/manage.py | |
parent | 4bb3177058d78646469947c2ed1be5edc055e8a1 (diff) | |
parent | 6e1cff0a016a08d6a19ec8211029a2713538dd58 (diff) | |
download | Ishtar-2470c7c36a92a5714a7b8d56a1bcab904f23f0d8.tar.bz2 Ishtar-2470c7c36a92a5714a7b8d56a1bcab904f23f0d8.zip |
Merge branch 'master' of lysithea.proxience.net:/home/proxience/git/ishtar
Diffstat (limited to 'example_project/manage.py')
-rwxr-xr-x | example_project/manage.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/example_project/manage.py b/example_project/manage.py index bcdd55e27..8a126f72d 100755 --- a/example_project/manage.py +++ b/example_project/manage.py @@ -1,5 +1,7 @@ #!/usr/bin/python from django.core.management import execute_manager +import sys +sys.path.append('/home/nim/Work/geo-django-fla/') try: import settings # Assumed to be in the same directory. except ImportError: |