HI) I'm so happy seeing you)
Before using this chat you must read the instructions)
If you use VENV run this code on terminal:
pip install -r requirements.txt
If you use POETRY run this code on terminal:
poetry add --dev --lock requirements.txt
To use this chat you must have docker
If you have a docker run this code on your terminal:
docker run -p 6379:6379 -d redis:5
If you don't have, install docker from this site: https://docs.docker.com/engine/install/
Before running project you must run this codes on your terminal
First, do migrations:
make mig
Second, create superuser:
make create_ad
Change your settings of course and THAT'S ALL))