1
0
Fork 0
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
chae 8a37388aea back to before vor 1 Jahr
static pushing the flask example vor 2 Jahren
templates pushing the flask example vor 2 Jahren
README.md back to before vor 1 Jahr
TODO.md first part of documentation vor 1 Jahr
app.py pushing the flask example vor 2 Jahren

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