view run_server.sh @ 222:101601f15bf5

Remove developing notice bar
author David Soria Parra <dsp@php.net>
date Fri, 10 Jul 2009 11:34:22 +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 :)