chat functional

This commit is contained in:
2023-12-15 20:32:43 +01:00
parent 7e2c29e78b
commit bcb072f7d9
16 changed files with 456 additions and 51 deletions

View File

@ -23,9 +23,15 @@ pip install -r requirements.txt
- Setup database
```
python manage.py runserver makemigrations profiles
python manage.py migrate profiles
python manage.py runserver makemigrations chat
python manage.py migrate
```
- Start the developpement server
```
python manage.py runserver 0.0.0.0:8000
```
coc nvim
```
pip install django-stubs
```