view run_server.sh @ 280:16e75a81ac16

Added info: All history is in .hg
author Arne Babenhauserheide <bab@draketo.de>
date Sat, 24 Oct 2009 13:33:03 +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 :)