Skip to content

Support for defaults from settings.py #44

@rfleschenberg

Description

@rfleschenberg

I want developers to be able to run manage.py runserver without having to set any env vars, and just use the values from settings.py.

Right now, I think django12factor requires that either DEBUG or SECRET_KEY are set in the environment. I understand that you want to safeguard against accidentally setting DEBUG to True.

Maybe an additional setting D12F_INSECURE? Or maybe PR #19 already supports my usecase?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions