From 6bb27168fbce80ecefe4857042ea9609b5f35266 Mon Sep 17 00:00:00 2001 From: baskayj Date: Tue, 21 Dec 2021 18:49:12 +0100 Subject: [PATCH] Update 'Quick Guide to publishing websites on hal.elte.hu with Python3 backend' --- ...o-publishing-websites-on-hal.elte.hu-with-Python3-backend.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Quick-Guide-to-publishing-websites-on-hal.elte.hu-with-Python3-backend.md b/Quick-Guide-to-publishing-websites-on-hal.elte.hu-with-Python3-backend.md index 9c42ae8..d2bdc81 100644 --- a/Quick-Guide-to-publishing-websites-on-hal.elte.hu-with-Python3-backend.md +++ b/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: