Code style cleanups

Add keyword arguments. Sort arguments and models.
Move literals to their own module. Prepend handler_ to
signal handlers.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-04-26 03:32:35 -04:00
parent 20acc24c7f
commit 74c97314d7
160 changed files with 1029 additions and 972 deletions

View File

@@ -19,7 +19,9 @@ class Command(management.BaseCommand):
)
)
management.call_command('installjavascript', interactive=False)
management.call_command(
command_name='installjavascript', interactive=False
)
try:
perform_upgrade.send(sender=self)