1
0
mirror of https://gitlab.crans.org/bde/nk20-scripts synced 2025-02-14 20:21:19 +00:00

Compare commits

..

No commits in common. "9dcb25723e1cf14c2344946a96e9d8f98cc4cf0e" and "92f8fa96074356af29203b9e8bdc705026c1195f" have entirely different histories.

View File

@ -17,8 +17,5 @@ class Command(BaseCommand):
"address = '4 avenue des Sciences, 91190 GIF-SUR-YVETTE';")
cur.execute("UPDATE auth_user SET "
"first_name = 'Anne', "
"last_name = 'Onyme', "
"email = 'anonymous@example.com';")
cur.execute("UPDATE member_club SET "
"email = 'anonymous@example.com';")
"last_name = 'Onyme';")
cur.close()