Skip to content

AttributeError - 'Settings' object has no attribute 'mysetting' #11

@timc3

Description

@timc3

I have created a 'mysetting' in one of my apps.

register = appsettings.register('mysettings')

I can change the appsettings/ for my settings, but when I restart django, I get the following error:

AttributeError - 'Settings' object has no attribute 'mysetting'
appsettings/settingsobj.py in update_from_db
app = getattr(self, setting.app)

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