#!/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@ $*