Commit 775da4fc60151e967c9cdfb4f31e83b6f8451ba9

Authored by Miguel Barão
1 parent d6f778d3
Exists in master and in 1 other branch dev

- fixed /usr/bin/env python3.6

Showing 2 changed files with 3 additions and 1 deletions   Show diff stats
1 BUGS: 1 BUGS:
2 2
  3 +- como gerar key para secure cookie.
3 - implementar xsrf. Ver [http://www.tornadoweb.org/en/stable/guide/security.html#cross-site-request-forgery-protection]() 4 - implementar xsrf. Ver [http://www.tornadoweb.org/en/stable/guide/security.html#cross-site-request-forgery-protection]()
  5 +- verificar se ha questoes
4 6
5 TODO: 7 TODO:
6 8
1 -#!/opt/local/bin/python3.6 1 +#!/usr/bin/env python3.6
2 2
3 # python standard library 3 # python standard library
4 import os 4 import os