view run_server.sh @ 211:3b3662889a1f

about_the_site: Added links to the sites of dsop and bab.
author Arne Babenhauserheide <bab@draketo.de>
date Fri, 03 Jul 2009 21:39:25 +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 :)