mo' readme tweaks
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user