Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
chae 8a37388aea back to before pirms 1 gada
static pushing the flask example pirms 1 gada
templates pushing the flask example pirms 1 gada
README.md back to before pirms 1 gada
TODO.md first part of documentation pirms 1 gada
app.py pushing the flask example pirms 1 gada

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