view original/run_server.sh @ 246:46c13f6b7709

Set up the content subrepo (maybe?)
author Steve Losh <steve@stevelosh.com>
date Wed, 23 Sep 2009 20:12:06 -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 :)