diff --git a/config.json b/config.json new file mode 100644 index 0000000..b688aee --- /dev/null +++ b/config.json @@ -0,0 +1 @@ +{"directory": "/home/kityr/practiceproject"} \ No newline at end of file diff --git a/sample_app/management/commands/ingester.py b/sample_app/management/commands/ingester.py index ee15093..59d4857 100644 --- a/sample_app/management/commands/ingester.py +++ b/sample_app/management/commands/ingester.py @@ -56,7 +56,7 @@ class Command(BaseCommand): if created: new_files_count += 1 #show how many duplicates were already in db - self.stdout.write(f"File database populated. {len(csv_files) - new_files_count} were already in the database.") + self.stdout.write(f"File database populated. \n{len(csv_files) - new_files_count} were already in the database.")