mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-04-25 09:14:50 +00:00
fixed web ui typo
This commit is contained in:
parent
2ccd430806
commit
78d7e20782
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ class ConfigurationLoader(object):
|
|||
except AttributeError as err: # pragma: no cover
|
||||
reraise(err, "Couldn't find configuration '{0}' "
|
||||
"in module '{1}'".format(self.name,
|
||||
mod.__name__)))
|
||||
mod.__name__))
|
||||
try:
|
||||
cls.pre_setup()
|
||||
cls.setup()
|
||||
|
|
|
|||
Loading…
Reference in a new issue