view run_server.sh @ 224:4bd9461104a8

Added tag v1.0 for changeset a0b71ad16383
author David Soria Parra <dsp@php.net>
date Fri, 10 Jul 2009 11:36:21 +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 :)