Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
chae 8a37388aea back to before 1 år sedan
static pushing the flask example 2 år sedan
templates pushing the flask example 2 år sedan
README.md back to before 1 år sedan
TODO.md first part of documentation 1 år sedan
app.py pushing the flask example 2 år sedan

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