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
|
|
@ -25,8 +25,15 @@ dependencies = [
|
|||
"tqdm",
|
||||
"index-now-for-python",
|
||||
"sitemap-parser",
|
||||
"celery[redis]",
|
||||
"django-celery-results",
|
||||
"django-celery-beat",
|
||||
"flower",
|
||||
"hiredis",
|
||||
"redis",
|
||||
]
|
||||
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"django-stubs",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue