Skip to content

Commit

Permalink
Include corrected excerpts
Browse files Browse the repository at this point in the history
  • Loading branch information
gythaogg committed Sep 23, 2024
1 parent f36cb2b commit 2b45698
Show file tree
Hide file tree
Showing 2 changed files with 1,179 additions and 66 deletions.
2 changes: 1 addition & 1 deletion apis_ontology/management/commands/import_excerpts.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ def create_record(row):
create_record(row)

self.stdout.write(self.style.SUCCESS(f"Processed {df.shape[0]} excerpts."))
print(len(Excerpts.objects.all()))
print("There are f{len(Excerpts.objects.all())} in the database now.")
Loading

0 comments on commit 2b45698

Please sign in to comment.