aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmanage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/manage.py b/manage.py
index e4d24002..f3256ecf 100755
--- a/manage.py
+++ b/manage.py
@@ -142,7 +142,7 @@ class SiteManager:
if self.debug:
# In Production, collectstatic is ran in the Docker image
print("Collecting static files.")
- call_command("collectstatic", interactive=False, clear=True, verbosity=self.verbosity)
+ call_command("collectstatic", interactive=False, clear=True, verbosity=self.verbosity - 1)
self.set_dev_site_name()
self.create_superuser()