minor tweaks
This commit is contained in:
1
config.json
Normal file
1
config.json
Normal file
@@ -0,0 +1 @@
|
|||||||
|
{"directory": "/home/kityr/practiceproject"}
|
@@ -56,7 +56,7 @@ class Command(BaseCommand):
|
|||||||
if created:
|
if created:
|
||||||
new_files_count += 1
|
new_files_count += 1
|
||||||
#show how many duplicates were already in db
|
#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.")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user