TypeError: can't compare offset-naive and offset-aware datetimes python code example
Example: TypeError: can't compare offset-naive and offset-aware datetimes celery
I solved the problem by
USE_TZ=False
DJANGO_CELERY_BEAT_TZ_AWARE = False
I solved the problem by
USE_TZ=False
DJANGO_CELERY_BEAT_TZ_AWARE = False