10 lines
409 B
Plaintext
10 lines
409 B
Plaintext
https://exploreflask.com/en/latest/blueprints.html
|
|
|
|
### Secure static folder ###
|
|
|
|
http://pastebin.com/7VDP0fJV # On pourrait grâce à ça je pense permettre
|
|
d'afficher du contenu static seulement
|
|
if current_user.is_authenticate():
|
|
|
|
https://scotch.io/tutorials/build-a-crud-web-app-with-python-and-flask-part-one
|