Always use example.com for fake users

This commit is contained in:
Scot Hacker 2018-04-06 23:51:17 -07:00
parent d8b2600775
commit 252153e16a

View file

@ -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']: