mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
fix indentation
This commit is contained in:
parent
53bf1b5548
commit
41b8f3655c
1 changed files with 1 additions and 1 deletions
|
|
@ -161,6 +161,6 @@ class SettingsLoader(object):
|
|||
raise ImproperlyConfigured(
|
||||
"Couldn't execute callable '%s' in '%s.%s': %s" %
|
||||
(value, mod.__name__, self.name, err))
|
||||
setattr(mod, name, value)
|
||||
setattr(mod, name, value)
|
||||
setattr(mod, 'CONFIGURATION', '%s.%s' % (fullname, self.name))
|
||||
return mod
|
||||
|
|
|
|||
Loading…
Reference in a new issue