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)