Skip to content
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: rgflags
version: 0-2-0
runtime: python27
api_version: 1
threadsafe: true
handlers:
- url: /_admin/.*
script: main.app
secure: always
login: admin
- url: /
static_files: index.html
upload: index.html
- url: /db.csv
static_files: db.csv
upload: db.csv
- url: /js
static_dir: js
secure: always
- url: /.*
script: main.app
secure: always
libraries:
- name: jinja2
version: latest