You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
chae 8a37388aea back to before преди 1 година
static pushing the flask example преди 2 години
templates pushing the flask example преди 2 години
README.md back to before преди 1 година
TODO.md first part of documentation преди 1 година
app.py pushing the flask example преди 2 години

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