check_svg_renderer → check_speedups
This commit is contained in:
parent
b6cb29b907
commit
e5c3f2509f
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ if speedups.available:
|
|||
|
||||
|
||||
@checks.register()
|
||||
def check_svg_renderer(app_configs, **kwargs):
|
||||
def check_speedups(app_configs, **kwargs):
|
||||
errors = []
|
||||
if not speedups.available:
|
||||
errors.append(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue