Formatting
This commit is contained in:
parent
4a385bde6b
commit
befc7ad2cd
28 changed files with 253 additions and 311 deletions
|
@ -11,9 +11,7 @@ def dal_check(app_configs, **kwargs):
|
|||
return []
|
||||
|
||||
errors = []
|
||||
missing_apps = {'dal', 'dal_select2'} - set(settings.INSTALLED_APPS)
|
||||
missing_apps = {"dal", "dal_select2"} - set(settings.INSTALLED_APPS)
|
||||
for missing_app in missing_apps:
|
||||
errors.append(
|
||||
Error('{} needs to be in INSTALLED_APPS'.format(missing_app))
|
||||
)
|
||||
errors.append(Error("{} needs to be in INSTALLED_APPS".format(missing_app)))
|
||||
return errors
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue