Skip to content

Latest commit

 

History

History
53 lines (29 loc) · 1.09 KB

File metadata and controls

53 lines (29 loc) · 1.09 KB

status: inactive

This project is no longer actively developed or maintained.

For more information about App Engine, refer to our documentation.

App Engine angular-seed Python

Trivial Python App Engine app based on angular-seed

Author: Fred Sauer fredsa@google.com

Project setup

  1. Install the App Engine Python SDK
  2. If you didn't use --recursive with your git clone command, manually update the angular-seed submodule:
git submodule update --init

Testing the app locally

To run the app locally:

dev_appserver.py .

Deploying

To deploy the application:

  1. Use the Google Cloud Console to create an app
  2. Replace your-app-id in app.yaml with the app id from the previous step
  3. Deploy the application
appcfg.py --oauth2 update .

Contributing changes

See CONTRIB.md

Licensing

See LICENSE