view run_server.sh @ 226:36eb588b8b41

Added Todo: More info about TortoiseHG.
author Arne Babenhauserheide <bab@draketo.de>
date Thu, 16 Jul 2009 10:56:05 +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 :)