ony.me -> example.com

This commit is contained in:
Yohann D'ANELLO 2020-07-30 13:44:34 +02:00
parent 79afabf81b
commit 9dcb25723e
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ class Command(BaseCommand):
cur.execute("UPDATE auth_user SET "
"first_name = 'Anne', "
"last_name = 'Onyme', "
"email = 'anne@ony.me';")
"email = 'anonymous@example.com';")
cur.execute("UPDATE member_club SET "
"email = 'anne@ony.me';")
"email = 'anonymous@example.com';")
cur.close()