- djangoのカスタムユーザーモデルを使用
- username不使用→emailでログイン
- allauthは不使用
- データベースはアップしてない(defaultのsqlliteで検証→mysqlに移行予定)
- プロジェクト名 cuproject
- アプリ名 usersapp
5/18 アップ、createsuperuserでエラー
https://docs.djangoproject.com/ja/3.0/topics/auth/customizing/#a-full-example
https://noumenon-th.net/programming/2019/12/13/abstractbaseuser/ https://noauto-nolife.com/post/django-custom-user-model-uuid/