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
|
|
@ -1342,7 +1342,8 @@ class TestSitemapView:
|
|||
name="ch1",
|
||||
display_name="Channel 1",
|
||||
)
|
||||
now: datetime = timezone.now()
|
||||
|
||||
now: datetime.datetime = timezone.now()
|
||||
campaign: DropCampaign = DropCampaign.objects.create(
|
||||
twitch_id="camp1",
|
||||
name="Test Campaign",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue