remove dup

This commit is contained in:
Maxi Quoß
2021-09-20 20:45:18 +02:00
parent 9e9b040f2e
commit 5f7187d5e4

View File

@@ -15,7 +15,6 @@ You can use the example [docker-compose.yml](docker-compose.yml) file and just r
| env var | type | info |
|-|-|-|
| DJANGO_SUPERUSER_USER | Str | Django username for /admin backend |
| 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())'"` |
| DJANGO_DEBUG | Bool | Sets django to run in debug mode |