Browse Source

code cleanup

Rafał Pitoń 10 years ago
parent
commit
712605f94a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      misago/core/__init__.py

+ 1 - 1
misago/core/__init__.py

@@ -3,7 +3,7 @@ from django.core.checks import register, Critical
 
 
 @register()
-def example_check(app_configs, **kwargs):
+def db_check(app_configs, **kwargs):
     errors = []
 
     try: