- Python 2.5+
- virtualenv
- django-permission-backend-nonrel: Enables Django Groups, which is normally disabled in nonrel, due to the implicit many-to-many relationship
- virtualenv --python=python2.5 --no-site-packages .
- source bin/activate
- Include google_appengine in your PATH
- Edit line 2 in myproject/app.yaml to point to your application
- Change secret key in settings.py
- Change into the myproject directory and run python manage deploy
- Optional: python manage remote createsuperuser
- Run devutils/smtp_server.py to view outgoing emails on stdout