diff options
author | Michael Elkins <melkins@tislabs.com> | 2012-11-12 04:05:47 +0000 |
---|---|---|
committer | Michael Elkins <melkins@tislabs.com> | 2012-11-12 04:05:47 +0000 |
commit | 446299e9189331fc09fe6b838919bf8d0ff2a7e8 (patch) | |
tree | fcecc2e854e5b43bbdf4f96e3eb8436fd7eef0a3 /rpkid/portal-gui/manage.py | |
parent | 7935cc245662541328446e98e4c315678a2254aa (diff) | |
parent | 53a89ee6c1d1bf3ada5b1ba55b533d4ff2e61543 (diff) |
merge with /trunk
svn path=/branches/tk274/; revision=4849
Diffstat (limited to 'rpkid/portal-gui/manage.py')
-rwxr-xr-x | rpkid/portal-gui/manage.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rpkid/portal-gui/manage.py b/rpkid/portal-gui/manage.py new file mode 100755 index 00000000..4be5a84f --- /dev/null +++ b/rpkid/portal-gui/manage.py @@ -0,0 +1,5 @@ +#!/bin/bash + +export PYTHONPATH=$PWD:$(dirname $PWD) +export DJANGO_SETTINGS_MODULE=settings +django-admin.py $* |