view run_server.sh @ 240:85a7a53db1a5

the learn_mercurial page now shows a random quote.
author Arne Babenhauserheide <bab@draketo.de>
date Wed, 23 Sep 2009 13:49:37 +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 :)