view run_server.sh @ 210:34c3f878f09c

Added script to run teh server locally (to make it easier for other people to start contributing).
author Arne Babenhauserheide <bab@draketo.de>
date Thu, 02 Jul 2009 19:48:44 +0200
parents
children
line wrap: on
line source

#!/bin/sh
# Shell script to simply run the django server. 

cd hgscm
python manage.py runserver

# yes I'm lazy :)