README.md: file uchun yangi command qo'shildi

This commit is contained in:
behruz-dev
2025-12-05 17:42:55 +05:00
parent 364a4a8af1
commit d683fd3758

View File

@@ -6,3 +6,11 @@ cp .env.example .env # .env fileda kerakli maydonlarni toldirish kerak
``` ```
``` bash ``` bash
docker-compose up --build -d docker-compose up --build -d
```
## Client qo'shish
``` bash
docker exec -it <container_name> bash
python manage.py createclient
```