Adds versions to analytics collectors and manifest file.

- adds 'query_info.json' to contain collection metadata
  - adds 'manifest.json' to contain collection file version info
This commit is contained in:
Christian Adams
2019-08-22 13:37:01 -04:00
committed by Christian Adams
parent 9baa9eee96
commit 78c0d531bc
5 changed files with 62 additions and 22 deletions

View File

@@ -23,7 +23,7 @@ class Command(BaseCommand):
self.logger.propagate = False
def handle(self, *args, **options):
tgz = gather()
tgz = gather(collection_type='manual')
self.init_logging()
if tgz:
self.logger.debug(tgz)