This is related to the issues with EMAIL_BACKEND in #2991.
Environment variable DJANGO_SETTINGS_MODULE is set to hypha.settings.dev.
echo $DJANGO_SETTINGS_MODULE
hypha.settings.dev
But when I run django-admin/manage.py it is not picked up. According to https://docs.djangoproject.com/en/3.2/ref/django-admin/ it should work.
If I set it explicitly with --settings hypha.settings.dev it works just as it should.
Any ideas?
This is related to the issues with
EMAIL_BACKENDin #2991.Environment variable
DJANGO_SETTINGS_MODULEis set tohypha.settings.dev.But when I run django-admin/manage.py it is not picked up. According to https://docs.djangoproject.com/en/3.2/ref/django-admin/ it should work.
If I set it explicitly with
--settings hypha.settings.devit works just as it should.Any ideas?