Skip to content

Commit

Permalink
Fix celery
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersSeverinsen committed Aug 12, 2024
1 parent d086a07 commit 8f2d704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fredagscafeen/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@

CELERY_TIMEZONE = "Europe/Copenhagen"

DJANGO_CELERY_BEAT_TZ_AWARE = True
DJANGO_CELERY_BEAT_TZ_AWARE = False

TIME_ZONE = "Europe/Copenhagen"

Expand Down

0 comments on commit 8f2d704

Please sign in to comment.