の下部にある完全な例に従おうとしています
https://docs.djangoproject.com/en/dev/topics/auth/customizing/
私のモデルでは、次のように変更しました
date_of_birth = models.DateField(null=True)
ただし、ユーザーを登録しようとすると、次のエラー メッセージが表示されます。
date_of_birth <ul class="errorlist"><li>This field is required.</li></ul>
date_of_birthをオプションにする必要がある他の場所はどこですか?