Compare commits

..

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

1 changed files with 1 additions and 4 deletions

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()