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
--recursive
with yourgit clone
command, manually update theangular-seed
submodule:
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-id
inapp.yaml
with the app id from the previous step - Deploy the application
appcfg.py --oauth2 update .
See CONTRIB.md
See LICENSE