Guest User

Untitled

a guest
Jun 20th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1.  
  2. application: myapplication
  3. version: 1
  4. runtime: python
  5. api_version: 1
  6.  
  7. handlers:
  8.  
  9. - url: /_ah/login_required
  10. script: do_openid_login.py
  11.  
  12. - url: /logged_out
  13. script: logged_out.py
  14.  
  15. - url: /.*
  16. script: main.py
  17. login: required
Add Comment
Please, Sign In to add comment