Loading django/contrib/staticfiles/management/commands/collectstatic.py +1 −1 Original line number Diff line number Diff line Loading @@ -154,7 +154,7 @@ class Command(BaseCommand): message.append('.\n\n') if self.clear: message.append('This will DELETE EXISTING FILES!\n') message.append('This will DELETE ALL FILES in this location!\n') else: message.append('This will overwrite existing files!\n') Loading Loading
django/contrib/staticfiles/management/commands/collectstatic.py +1 −1 Original line number Diff line number Diff line Loading @@ -154,7 +154,7 @@ class Command(BaseCommand): message.append('.\n\n') if self.clear: message.append('This will DELETE EXISTING FILES!\n') message.append('This will DELETE ALL FILES in this location!\n') else: message.append('This will overwrite existing files!\n') Loading