there is a homepage now

This commit is contained in:
2024-08-17 17:41:24 +02:00
parent 64b184adff
commit 81d6da86a2
9 changed files with 65 additions and 37 deletions

View File

@ -0,0 +1,5 @@
until pg_isready -h "$DB_HOST"; do sleep 0.5 ;echo "waiting for database";done
cd /var/www/djangoserver/server
python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py runserver 0.0.0.0:8000