ony.me -> example.com
This commit is contained in:
parent
79afabf81b
commit
9dcb25723e
|
@ -18,7 +18,7 @@ class Command(BaseCommand):
|
||||||
cur.execute("UPDATE auth_user SET "
|
cur.execute("UPDATE auth_user SET "
|
||||||
"first_name = 'Anne', "
|
"first_name = 'Anne', "
|
||||||
"last_name = 'Onyme', "
|
"last_name = 'Onyme', "
|
||||||
"email = 'anne@ony.me';")
|
"email = 'anonymous@example.com';")
|
||||||
cur.execute("UPDATE member_club SET "
|
cur.execute("UPDATE member_club SET "
|
||||||
"email = 'anne@ony.me';")
|
"email = 'anonymous@example.com';")
|
||||||
cur.close()
|
cur.close()
|
||||||
|
|
Loading…
Reference in New Issue