add: matchmaking

This commit is contained in:
2023-12-12 12:06:13 +01:00
parent ad6cfdf08a
commit ae20be25fb
14 changed files with 152 additions and 3 deletions

View File

@ -22,8 +22,8 @@ pip install -r requirements.txt
```
- Setup database
```
python manage.py runserver makemigrations profiles
python manage.py migrate profiles
python manage.py runserver makemigrations profiles games
python manage.py migrate profiles games
```
- Start the developpement server
```