diff options
Diffstat (limited to 'app/dispatch/management/commands/insert_fake_data.py')
| -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() |
