mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-19 23:31:27 +00:00
Report change status on django_manage collectstatic.
This commit is contained in:
committed by
Matt Clay
parent
d3ef622627
commit
18b157fbac
@@ -165,6 +165,9 @@ def syncdb_filter_output(line):
|
||||
def migrate_filter_output(line):
|
||||
return ("Migrating forwards " in line) or ("Installed" in line and "Installed 0 object" not in line)
|
||||
|
||||
def collectstatic_filter_output(line):
|
||||
return "0 static files" not in line
|
||||
|
||||
def main():
|
||||
command_allowed_param_map = dict(
|
||||
cleanup=(),
|
||||
|
||||
Reference in New Issue
Block a user