@ -11,12 +11,11 @@ It\'s also worth mentioning, that Flask has various \“AddOn\” modules, like
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
3. .
4. .
5. .
Flask==2.0.2
Flask-WTF==1.0.0
.
.
.
```
# Configuring Apache2
@ -29,26 +28,26 @@ Since Flask’s built-in server is not fit for live traffic, you need another WS
## Creating `your_app.conf`
This file contains the paths to all the important Files needed for Apache2 to run your Python3 scripts. The minimal config file for a Flask-app, with static files (Images, CSS) present looks like: