chat functional
This commit is contained in:
@ -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
|
||||
```
|
||||
|
Reference in New Issue
Block a user