Compare commits
3 Commits
92f8fa9607
...
9dcb25723e
Author | SHA1 | Date |
---|---|---|
Yohann D'ANELLO | 9dcb25723e | |
Yohann D'ANELLO | 79afabf81b | |
Yohann D'ANELLO | 4cb2fbb2a1 |
|
@ -17,5 +17,8 @@ class Command(BaseCommand):
|
||||||
"address = '4 avenue des Sciences, 91190 GIF-SUR-YVETTE';")
|
"address = '4 avenue des Sciences, 91190 GIF-SUR-YVETTE';")
|
||||||
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 = 'anonymous@example.com';")
|
||||||
|
cur.execute("UPDATE member_club SET "
|
||||||
|
"email = 'anonymous@example.com';")
|
||||||
cur.close()
|
cur.close()
|
||||||
|
|
Loading…
Reference in New Issue