view run_server.sh @ 238:b17731a54e2a

workflow_guide: Added text to "init repo".
author Arne Babenhauserheide <bab@draketo.de>
date Tue, 08 Sep 2009 12:41:51 +0200
parents 34c3f878f09c
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 :)