diff options
| author | Étienne Loks <etienne.loks@proxience.com> | 2013-04-30 10:45:14 +0000 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@proxience.com> | 2013-04-30 10:45:14 +0000 |
| commit | 670e4c633a4fc0d66d10ac6e88b27ff6fb494328 (patch) | |
| tree | 53e045e9f05bc0e0252dbf059def75d26f3710ae /example_project/manage.py | |
| parent | 62d3eae1706a6bde8b0437ef765cf31983a88540 (diff) | |
| parent | 7436163934fcfc94c69fc97bd70466b251fbba77 (diff) | |
| download | Ishtar-670e4c633a4fc0d66d10ac6e88b27ff6fb494328.tar.bz2 Ishtar-670e4c633a4fc0d66d10ac6e88b27ff6fb494328.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: |
