Closed skbohra closed 4 months ago
Hi @skbohra, I don't think this is an issue with this package. The error message there explains that
settings are not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configure() before accessing settings
Here's a stack overflow that is from someone running into the same problem https://stackoverflow.com/a/50043590
With django == 4.2.10 , getting this error, when configuring django-celery-beat which uses django-timezone-field