Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore:Remove deprecated pytz usage and setup Django in Celery.
This commit removes the USE_DEPRECATED_PYTZ setting from local.py as it is no longer necessary. Additionally, it ensures Django is properly set up in the Celery configuration, which may prevent potential issues with accessing Django models or settings within Celery tasks.
- Loading branch information