Answers for "TypeError: can't compare offset-naive and offset-aware datetimes celery"

0

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
Posted by: Guest on March-12-2021

Code answers related to "TypeError: can't compare offset-naive and offset-aware datetimes celery"

Browse Popular Code Answers by Language