view original/run_server.sh @ 273:f255cc055e78

Rename docs/news to news/wiki
author David Soria Parra <dsp@php.net>
date Wed, 28 Oct 2009 10:46:45 +0100
parents 4b97017259f9
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 :)