Skip to content

Django debug should be optional #846

Closed
@tpmullan

Description

@tpmullan

dj_settings.DEBUG = False

Currently django is hard codded to not allow debug. This means that static files are not served, even when debug is set as true. So in my tests when loading from staticfiles_storage the files are not found without a collect static. What is the expected way to deal with this?

Metadata

Metadata

Assignees

No one assigned

    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