Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
chae 8a37388aea back to before 1 год назад
static pushing the flask example 1 год назад
templates pushing the flask example 1 год назад
README.md back to before 1 год назад
TODO.md first part of documentation 1 год назад
app.py pushing the flask example 1 год назад

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