1
0
mirror of https://gitlab.crans.org/bde/nk20-scripts synced 2024-12-26 01:12:25 +00:00

ony.me -> example.com

This commit is contained in:
Yohann D'ANELLO 2020-07-30 13:44:34 +02:00
parent 79afabf81b
commit 9dcb25723e

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()