A simple blog running on Google App Engine via Djangae. The project is deployed at https://bootstrapblog-1020.appspot.com/
./install_deps
python manage.py checksecure --settings=blog.settings_live
python manage.py runserver
- App @ http://localhost:8000
- DevEngine @ http://localhost:8001
appcfg.py update .
python manage.py test
python manage.py shell