paulhammond / minimuni

When should Paul leave for work?

This URL has Read+Write access

name age message
file README Loading commit data...
file app.yaml
file index.yaml
file main.py
directory static/
directory templates/
README
This is the source code behind http://minimuni.paulhammond.org/. It runs on Google App Engine.

To get a dev environment set up:

1. Install the App Engine SDK, by following the instructions at 
http://code.google.com/appengine/docs/gettingstarted/devenvironment.html
2. run "dev_appserver.py /path/to/minimuni"

If you've made changes and you'd like to deploy them to Google's servers:

1. sign up at http://appengine.google.com/, click "create an application" and fill in the form
2. edit the first line of app.yaml to use your application identifier
3. run "appcfg.py update /path/to/minimuni"