view original/run_server.sh @ 252:3efd1dcf92c7

Refactor the block structure a bit, and convert the about page.
author Steve Losh <steve@stevelosh.com>
date Thu, 24 Sep 2009 17:30:51 -0400
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 :)