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 8f2d704 commit f17e5f4
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions fredagscafeen/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,22 +246,18 @@
# Internationalization
# https://docs.djangoproject.com/en/1.8/topics/i18n/

CELERY_ENABLE_UTC = False

CELERY_TIMEZONE = "Europe/Copenhagen"

DJANGO_CELERY_BEAT_TZ_AWARE = False
LANGUAGE_CODE = "da"

TIME_ZONE = "Europe/Copenhagen"

LANGUAGE_CODE = "da"

USE_I18N = True

USE_L10N = True

USE_TZ = True

DJANGO_CELERY_BEAT_TZ_AWARE = False

from django.utils.translation import gettext_lazy as _

LANGUAGES = (
Expand Down

0 comments on commit f17e5f4

Please sign in to comment.