mirror of
https://gitlab.crans.org/bde/nk20-scripts
synced 2025-04-21 07:02:13 +00:00
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…
x
Reference in New Issue
Block a user