Update 'Quick Guide to publishing websites on hal.elte.hu with Python3 backend'

master
baskayj 4 years ago
parent
commit
6bb27168fb
  1. 2
      Quick-Guide-to-publishing-websites-on-hal.elte.hu-with-Python3-backend.md

2
Quick-Guide-to-publishing-websites-on-hal.elte.hu-with-Python3-backend.md

@ -2,9 +2,11 @@
Requirements:
* Python3 virtual environment
* Flask (`pip3 install Flask`)
To make a basic website using the Flask python package you can follow any guides you can find. For example:
* [Flask Mega Tutuorial](https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world) This tutorial consists of the basics, and continues on to create a Blogsite, with account management and such.
* [\[Video\]Python Website Full Tutorial](https://youtu.be/dam0GPOAvVI) A YouTube tutorial with Flask basics
It\'s also worth mentioning, that Flask has various \“AddOn\” modules, like flask-wtf, which allows you to create forms on your website for data collection.
Once you’re done, collect all Python packages needed in a `requirements.txt` with version number included. It should look something like this:

Loading…
Cancel
Save