view run_server.sh @ 235:87c17fbae66b

Update TortoiseHG
author David Soria Parra <dsp@php.net>
date Mon, 17 Aug 2009 19:13:17 +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 :)