mo' readme tweaks

This commit is contained in:
Elijah Lucian
2021-07-15 20:07:48 -06:00
parent 73a8006ac3
commit 18ebca4c0a
2 changed files with 27 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ class Command(BaseCommand):
home = Account(name="home", details="home stacks",
income=4000, expenses=2000).save()
self.stdout.write(str(Account.objects.all().count()))
self.stdout.write(str(Account.objects.all()))
self.stdout.write('Accounts Created!')
# create seed accounts
# Home Account