minor tweaks
This commit is contained in:
parent
f2e17ee603
commit
2437eff8fc
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:
|
||||
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.")
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user