From bcf65157d0a47e9f50b9f9e19cde5939664e0cef Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Fri, 16 Jul 2021 05:32:51 +0000 Subject: [PATCH] Delete seeds.yml --- .../server/api/management/commands/seeds.yml | 29 ------------------- 1 file changed, 29 deletions(-) delete mode 100644 server/server/api/management/commands/seeds.yml diff --git a/server/server/api/management/commands/seeds.yml b/server/server/api/management/commands/seeds.yml deleted file mode 100644 index 5239132..0000000 --- a/server/server/api/management/commands/seeds.yml +++ /dev/null @@ -1,29 +0,0 @@ -users: - - name: elijah - password: toffee15 - - name: ievgen - password: toffee15 - - name: tanner - password: toffee15 - -accounts: - - id: 1 - name: Toffee and Elijah Home - details: some shit about this account - income: 4000 - expenses: 2000 - # add both users to this account - -stacks: # account: 1 - # details can be optional - - name: shit - details: for shit - amount: 400 - - name: stuff - details: for all the stuff - amount: 200 - - name: crap - details: buy some crap - amount: 500 -# Eventually generate transactions for a few months -# for historial analytics and spending trend data viz