From 7fcf03e8e07d578639205f4a4233847ea2d2aa9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxi=20Quo=C3=9F?= Date: Mon, 20 Sep 2021 22:57:49 +0200 Subject: [PATCH] fix table on gogs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c30958bf..9abd3f72 100644 --- a/README.md +++ b/README.md @@ -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())'"` |