Skip to content

DevilishDev/appengine-angular-seed-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Trivial Python 2.7 App Engine app based on https://github.com/angular/angular-seed

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published