From be312a68982830be54fadf9b03f35a160c01cad6 Mon Sep 17 00:00:00 2001 From: desertSniper87 Date: Sat, 9 Sep 2017 14:58:43 +0600 Subject: [PATCH] typo in success --- reset_migrations/management/commands/reset_migrations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reset_migrations/management/commands/reset_migrations.py b/reset_migrations/management/commands/reset_migrations.py index f4cc3cc..a253426 100644 --- a/reset_migrations/management/commands/reset_migrations.py +++ b/reset_migrations/management/commands/reset_migrations.py @@ -74,7 +74,7 @@ def handle(self, *args, **options): if not options['cached']: self.delete_files_app(app) self.delete_dependence_app(app) - self.stdout.write("APP (%s) deleted with sucess" % app) + self.stdout.write("APP (%s) deleted with success" % app) call_command('makemigrations', *apps)