Skip to content

Commit

Permalink
Merge pull request #9 from desertSniper87/master
Browse files Browse the repository at this point in the history
typo in success
  • Loading branch information
valdergallo authored Jan 9, 2020
2 parents 369b953 + be312a6 commit cfaf74d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reset_migrations/management/commands/reset_migrations.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

if not options['cached']:
call_command('makemigrations', *apps)
Expand Down

0 comments on commit cfaf74d

Please sign in to comment.