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
BUGS.md
1 1 BUGS:
2 2  
  3 +- como gerar key para secure cookie.
3 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 7 TODO:
6 8  
... ...
serve.py
1   -#!/opt/local/bin/python3.6
  1 +#!/usr/bin/env python3.6
2 2  
3 3 # python standard library
4 4 import os
... ...