Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
chae 8a37388aea back to before il y a 1 an
static pushing the flask example il y a 1 an
templates pushing the flask example il y a 1 an
README.md back to before il y a 1 an
TODO.md first part of documentation il y a 1 an
app.py pushing the flask example il y a 1 an

README.md

Flask example

This is a Flask example that you can use to make web applications.

Install

You need to install Flask on your computer (or on the server you are working):

$ pip3 install flask

Run the web application

You can run the example application in different ways, here two examples:

  • $ python3 app.py
  • $ flask --debug run

Documentation