From c80bafec506beef3184381ae7f9b55edd438e45a Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Fri, 10 Nov 2017 11:05:05 -0500 Subject: Fix typo in 'payment_identifier' Add pagination to Drivers, Customers and Invoices. Filter invoices by paid/unpaid. --- app/dispatch/management/commands/insert_fake_data.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'app/dispatch/management/commands/insert_fake_data.py') diff --git a/app/dispatch/management/commands/insert_fake_data.py b/app/dispatch/management/commands/insert_fake_data.py index 2969900..d7169fe 100644 --- a/app/dispatch/management/commands/insert_fake_data.py +++ b/app/dispatch/management/commands/insert_fake_data.py @@ -101,8 +101,6 @@ class Command(BaseCommand): first_name=ffname, last_name=flname, email=self.fake.email(), - # Set the fake user name to be the first initial and last name - username=funame, is_active=True ) new_user.save() -- cgit v1.2.3