linting
This commit is contained in:
parent
cfdf25c016
commit
2b53d49dd8
1 changed files with 1 additions and 1 deletions
|
@ -51,4 +51,4 @@ def get_setting(name):
|
||||||
'BLOG_MULTISITE': getattr(settings, 'BLOG_MULTISITE', True),
|
'BLOG_MULTISITE': getattr(settings, 'BLOG_MULTISITE', True),
|
||||||
'BLOG_AUTHOR_DEFAULT': getattr(settings, 'BLOG_AUTHOR_DEFAULT', True),
|
'BLOG_AUTHOR_DEFAULT': getattr(settings, 'BLOG_AUTHOR_DEFAULT', True),
|
||||||
}
|
}
|
||||||
return default['BLOG_%s' % name]
|
return default['BLOG_%s' % name]
|
||||||
|
|
Loading…
Reference in a new issue