Merge remote-tracking branch 'refs/remotes/origin/server' into server

This commit is contained in:
2023-12-16 10:58:11 +01:00

View File

@ -24,7 +24,7 @@ pip install -r requirements.txt
``` ```
python manage.py makemigrations games python manage.py makemigrations games
python manage.py makemigrations profiles python manage.py makemigrations profiles
python manage.py runserver makemigrations chat python manage.py makemigrations chat
python manage.py migrate python manage.py migrate
``` ```
- Start the developpement server - Start the developpement server