minor tweaks

This commit is contained in:
Никита Тырин 2024-09-10 14:44:06 +03:00
parent f2e17ee603
commit 2437eff8fc
2 changed files with 2 additions and 1 deletions

1
config.json Normal file
View File

@ -0,0 +1 @@
{"directory": "/home/kityr/practiceproject"}

View File

@ -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.")