Styling: Unify styling of signal handlers

Signed-off-by: Roberto Rosario <Roberto.Rosario@mayan-edms.com>
This commit is contained in:
Roberto Rosario
2018-12-15 23:57:33 -04:00
parent 1d1600c5dd
commit c2f10fd38d
20 changed files with 92 additions and 93 deletions

View File

@@ -8,7 +8,7 @@ from .tasks import (
)
def create_default_document_index(sender, **kwargs):
def handler_create_default_document_index(sender, **kwargs):
DocumentType = apps.get_model(
app_label='documents', model_name='DocumentType'
)