Skip to content

Settings file loaded by django-admin/manage.py #3004

Description

@frjo

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions