Skip to content

manage.py does not read the .env #43

@seapagan

Description

@seapagan

If the DEBUG env var is not set, manage.py assumes we are in production so for example the admin migrations do not get run (basically any management command that would have vars taken from env).

Either update manage.py to load the .env or find another way to ensure it is respected. Changing the manage.py is not a great idea since it would get overwritten on a Django upgrade.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions