diff options
| author | Mitch Riedstra <Mitch@riedstra.us> | 2017-11-10 11:05:05 -0500 |
|---|---|---|
| committer | Mitch Riedstra <Mitch@riedstra.us> | 2017-11-10 11:05:05 -0500 |
| commit | c80bafec506beef3184381ae7f9b55edd438e45a (patch) | |
| tree | f4b635116fda59198d5c7eca664f917b6cc3a5e3 /app/dispatch/management/commands | |
| parent | 33a6e5cb02189b7621a279c32c12b5c3d83ba680 (diff) | |
| download | dispatch-tracker-c80bafec506beef3184381ae7f9b55edd438e45a.tar.gz dispatch-tracker-c80bafec506beef3184381ae7f9b55edd438e45a.tar.xz | |
Fix typo in 'payment_identifier' Add pagination to Drivers, Customers and Invoices. Filter invoices by paid/unpaid.
Diffstat (limited to 'app/dispatch/management/commands')
| -rw-r--r-- | app/dispatch/management/commands/insert_fake_data.py | 2 |
1 files changed, 0 insertions, 2 deletions
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() |
