Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ユーザー名を変更することは可能ですか?
私は次のことを試しました:-
user = User.objects.get(username = username) user.username = newusername user.save()
何も変わらない
管理画面でユーザー名を変更できますが、クライアントが別のユーザー名を使用するように要求した場所が 100 を超えています。