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

master
baskayj 4 years ago
parent
commit
c0d28ca68d
  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

@ -7,7 +7,7 @@ To make a basic website using the Flask python package you can follow any guides
* [\[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:
Once you’re done, collect all Python packages needed in a `requirements.txt` with version number included. It should look something like this:
```
1. Flask==2.0.2
2. Flask-WTF==1.0.0

Loading…
Cancel
Save