Add Redis configuration, integrate Celery, and sort fields in models
All checks were successful
Deploy to Server / deploy (push) Successful in 49s
All checks were successful
Deploy to Server / deploy (push) Successful in 49s
This commit is contained in:
parent
ef2010464c
commit
d99579ed2b
15 changed files with 451 additions and 253 deletions
13
README.md
13
README.md
|
|
@ -81,6 +81,19 @@ uv run python manage.py runserver
|
|||
uv run pytest
|
||||
```
|
||||
|
||||
## Celery
|
||||
|
||||
```bash
|
||||
|
||||
```
|
||||
|
||||
Start a worker:
|
||||
|
||||
```bash
|
||||
uv run celery -A config worker --loglevel=info
|
||||
uv run celery -A config beat --loglevel=info --scheduler django_celery_beat.schedulers:DatabaseScheduler
|
||||
```
|
||||
|
||||
## Import Drops
|
||||
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue