fix table on gogs

This commit is contained in:
Maxi Quoß
2021-09-20 22:57:49 +02:00
parent a52446c892
commit 7fcf03e8e0

View File

@@ -13,7 +13,7 @@ You can use the example [docker-compose.yml](docker-compose.yml) file and just r
# Available Env Vars
| env var | type | info |
|-|-|-|
|---------|------|------|
| DJANGO_SUPERUSER_USER | Str | Django username for /admin backend |
| DJANGO_SUPERUSER_PASSWORD | Str | Django password for /admin backend |
| DJANGO_SECRET_KEY | Str | Django secrect key. You can create your own by running `docker exec wol_django bash -c "python manage.py shell -c 'from django.core.management import utils; print(utils.get_random_secret_key())'"` |