Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
gdata / samples / blogger / app / app.yaml
Size: Mime:
application: your-app-id-here
version: 1
runtime: python
api_version: 1

handlers:
- url: /
  static_files: welcome.html
  upload: welcome.html


- url: /.*
  login: required
  script: blogapp.py