LoginSignup
0
1

More than 5 years have passed since last update.

Django カスタムユーザモデルの参考記事

Last updated at Posted at 2019-02-19

Django カスタムユーザモデルの参考記事を紹介します。
一つ目が非常に分かりやすく書いてある

1
https://hombre-nuevo.com/python/python0048/

2 DjangoのUserモデルを拡張する方法
主にOne to One Field についての記載が参考になった
https://hodalog.com/how-to-extend-django-user-model/

3
https://qiita.com/okoppe8/items/10ae61808dc3056f9c8e

4 Userモデルと他のモデルを一対一対応させる方法
https://narito.ninja/blog/detail/47/

また、デフォルトのDjangoのUserモデルのフィールドは
以下の通り
userのfiled.png

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1