aboutsummaryrefslogtreecommitdiff
path: root/rpkid/portal-gui/manage.py
diff options
context:
space:
mode:
authorMichael Elkins <melkins@tislabs.com>2012-11-12 03:13:17 +0000
committerMichael Elkins <melkins@tislabs.com>2012-11-12 03:13:17 +0000
commit07b8c37838257a638e52b88f0328ce386f85e6e4 (patch)
tree813838f613ac26c3d2dd6646beeb864e92e5b075 /rpkid/portal-gui/manage.py
parent4a9117dfbd0b9dd00034eb30b5281b67b23b67f2 (diff)
parentf2fbc1c3f4d9eee623d50f79c6dc1d2d386bbeb4 (diff)
merge ^/branches/tk316
closes #316 closes #317 svn path=/trunk/; revision=4846
Diffstat (limited to 'rpkid/portal-gui/manage.py')
-rwxr-xr-xrpkid/portal-gui/manage.py5
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 $*