would be great to use tabs in the instructions for the howto once #156 gets merged.
For example, going from this:
To this:
With this tabbing structure
## Creating Migration Files
=== "With Docker"
```
make manage makemigrations
```
=== "Without Docker"
```
python manage.py makemigrations
```