Skip to content
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
application: your-application-id
version: 1
runtime: python27
api_version: 1
threadsafe: yes
libraries:
- name: jinja2
version: 2.6
- name: markupsafe
version: latest
handlers:
- url: /static
static_dir: static
login: required
secure: always
- url: /admin/proxy/.*
script: controllers.admin.app
login: admin
secure: always
- url: /admin.*
script: controllers.owner.app
login: required
secure: always
- url: /.*
script: controllers.public.app
secure: optional