view run_server.sh @ 216:68d5f2b82018

Added easy to use section to the about page
author Arne Babenhauserheide <bab@draketo.de>
date Fri, 10 Jul 2009 10:03:09 +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 :)