change sql request for getPrivateMessageUser and add default profile picture for users

This commit is contained in:
2024-08-26 20:57:29 +02:00
parent 7de76b750a
commit e7aeef8288
5 changed files with 12 additions and 6 deletions

View File

@ -2,6 +2,5 @@ until pg_isready -h "$DB_HOST"; do sleep 0.5 ;echo "waiting for database";done
cd /var/www/djangoserver/server
python3.12 manage.py makemigrations server
python3.12 manage.py migrate
python3.12 manage.py collectstatic
#python3 manage.py runserver 0.0.0.0:8000
daphne -p 8000 -b 0.0.0.0 server.asgi:application