Mercurial > hg-website
view run_server.sh @ 220:ba2e86b79867
Added a link to the Todo list and the Wiki on the page about thepage.
author | Arne Babenhauserheide <bab@draketo.de> |
---|---|
date | Fri, 10 Jul 2009 11:27:58 +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 :)