This project is no longer actively developed or maintained.
For more information about App Engine, refer to our documentation.
Trivial Python App Engine app based on angular-seed
Author: Fred Sauer fredsa@google.com
- Install the App Engine Python SDK
- If you didn't use
--recursivewith yourgit clonecommand, manually update theangular-seedsubmodule:
git submodule update --init
To run the app locally:
dev_appserver.py .
To deploy the application:
- Use the Google Cloud Console to create an app
- Replace
your-app-idinapp.yamlwith the app id from the previous step - Deploy the application
appcfg.py --oauth2 update .
See CONTRIB.md
See LICENSE