Skip to content

Commit

Permalink
Move app.wsgi to app.py, and add app.yaml
Browse files Browse the repository at this point in the history
refs #37
  • Loading branch information
lestrrat committed Jul 30, 2016
1 parent b14b8cf commit 63e9be7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
File renamed without changes.
13 changes: 13 additions & 0 deletions app.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
application: confweb
version: 1
runtime: python27
threadsafe: yes
api_version: 1

handlers:
- url: .*
script: app.app

libraries:
- name: jinja2
version: latest

0 comments on commit 63e9be7

Please sign in to comment.