Skip to content

Commit fa25dc9

Browse files
authored
Linting compliance
1 parent c3470ed commit fa25dc9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

manage.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,12 @@ def prepare_server(self) -> None:
142142
if self.debug:
143143
# In Production, collectstatic is ran in the Docker image
144144
print("Collecting static files.")
145-
call_command("collectstatic", interactive=False, clear=True, verbosity=self.verbosity - 1)
145+
call_command(
146+
"collectstatic",
147+
interactive=False,
148+
clear=True,
149+
verbosity=self.verbosity - 1
150+
)
146151

147152
self.set_dev_site_name()
148153
self.create_superuser()

0 commit comments

Comments
 (0)