Skip to content
Snippets Groups Projects
Commit 62b87e15 authored by Benjamin Hättasch's avatar Benjamin Hättasch
Browse files

Apply 2 suggestion(s) to 1 file(s)

parent 81b9b420
Branches docker
No related tags found
No related merge requests found
Pipeline #27098 passed
...@@ -227,7 +227,7 @@ Using the environment variables `DJANGO_SUPERUSER_{USERNAME,EMAIL,PASSWORD}`. ...@@ -227,7 +227,7 @@ Using the environment variables `DJANGO_SUPERUSER_{USERNAME,EMAIL,PASSWORD}`.
The second way is to run the following command after the container has started: The second way is to run the following command after the container has started:
`docker-compose exec -it akplanning-server ./manage.py createsuperuser` `docker-compose exec -it akplanning-server ./manage.py createsuperuser`
### Extra djnago settings ### Extra django settings
For simple cases you can pass environment variables starting with `EXTRA_DJANGO_SETTING`. For simple cases you can pass environment variables starting with `EXTRA_DJANGO_SETTING`.
The content of such variables is written into python files, which are loaded as settings. The content of such variables is written into python files, which are loaded as settings.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment