Always use example.com for fake users
This commit is contained in:
parent
d8b2600775
commit
252153e16a
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ class Command(BaseCommand):
|
|||
username=username,
|
||||
first_name=fake.first_name(),
|
||||
last_name=fake.last_name(),
|
||||
email=fake.email(),
|
||||
email="{}@example.com".format(username),
|
||||
password="todo")
|
||||
|
||||
if username in ['user1', 'user2']:
|
||||
|
|
Loading…
Reference in a new issue