No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
chae 8a37388aea back to before hace 1 año
static pushing the flask example hace 1 año
templates pushing the flask example hace 1 año
README.md back to before hace 1 año
TODO.md first part of documentation hace 1 año
app.py pushing the flask example hace 1 año

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