aboutsummaryrefslogtreecommitdiff
path: root/portal-gui/scripts/runserver.in
blob: 5d101ae8e225be967ed053a07e96b703c1be7218 (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/sh
# $Id$
#
# Helper script to start the Django test webserver for the portal-gui.
#
# @configure_input@

cd @INSTDIR@/rpkigui
@PYTHON@ manage.py runserver --pythonpath=@MYRPKIDIR@ $*