idhub_init_data #1

Merged
cayop merged 3 commits from idhub_init_data into main 2023-11-03 13:00:56 +00:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit cc0c2033f9 - Show all commits

View File

@ -17,6 +17,9 @@ main() {
# move the migrate thing in docker entrypoint
# inspired by https://medium.com/analytics-vidhya/django-with-docker-and-docker-compose-python-part-2-8415976470cc
./manage.py migrate
printf "creating initial Datas\n" >&2
python initial_datas.py
#./manage.py collectstatic
printf "creating superuser \n user: ${DJANGO_SUPERUSER_USERNAME}\n password: ${DJANGO_SUPERUSER_PASSWORD}\n email: ${DJANGO_SUPERUSER_EMAIL}\n" >&2