mirror of
https://gitlab.crans.org/bde/nk20-scripts
synced 2025-02-05 23:03:03 +00:00
Compare commits
3 Commits
92f8fa9607
...
9dcb25723e
Author | SHA1 | Date | |
---|---|---|---|
|
9dcb25723e | ||
|
79afabf81b | ||
|
4cb2fbb2a1 |
@ -17,5 +17,8 @@ class Command(BaseCommand):
|
||||
"address = '4 avenue des Sciences, 91190 GIF-SUR-YVETTE';")
|
||||
cur.execute("UPDATE auth_user SET "
|
||||
"first_name = 'Anne', "
|
||||
"last_name = 'Onyme';")
|
||||
"last_name = 'Onyme', "
|
||||
"email = 'anonymous@example.com';")
|
||||
cur.execute("UPDATE member_club SET "
|
||||
"email = 'anonymous@example.com';")
|
||||
cur.close()
|
||||
|
Loading…
x
Reference in New Issue
Block a user