Skip to content

adding (not just overriding) settings should work too #1

Description

It would be nice if things like INSTALLED_APPS += ('django-extensions',) would work with settingsdev and/or settingslocal respectively.

Of course this isn't just true for INSTALLED_APPS but should work in general. For example, things like this should work:
INTERNAL_IPS = ('127.0.0.1',)
MIDDLEWARE_CLASSES += ('debug_toolbar.middleware.DebugToolbarMiddleware',)
INSTALLED_APPS += ('debug_toolbar',)

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