aboutsummaryrefslogtreecommitdiff
path: root/app/dispatch/management
diff options
context:
space:
mode:
authorMitch Riedstra <Mitch@riedstra.us>2017-11-10 11:05:05 -0500
committerMitch Riedstra <Mitch@riedstra.us>2017-11-10 11:05:05 -0500
commitc80bafec506beef3184381ae7f9b55edd438e45a (patch)
treef4b635116fda59198d5c7eca664f917b6cc3a5e3 /app/dispatch/management
parent33a6e5cb02189b7621a279c32c12b5c3d83ba680 (diff)
downloaddispatch-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')
-rw-r--r--app/dispatch/management/commands/insert_fake_data.py2
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()