Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
chae 8a37388aea back to before 1 anno fa
static pushing the flask example 2 anni fa
templates pushing the flask example 2 anni fa
README.md back to before 1 anno fa
TODO.md first part of documentation 1 anno fa
app.py pushing the flask example 2 anni fa

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