We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 369b953 + be312a6 commit cfaf74dCopy full SHA for cfaf74d
reset_migrations/management/commands/reset_migrations.py
@@ -74,7 +74,7 @@ def handle(self, *args, **options):
74
if not options['cached']:
75
self.delete_files_app(app)
76
self.delete_dependence_app(app)
77
- self.stdout.write("APP (%s) deleted with sucess" % app)
+ self.stdout.write("APP (%s) deleted with success" % app)
78
79
80
call_command('makemigrations', *apps)
0 commit comments