drf user models设计

Posted 贾梦阳1024

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了drf user models设计相关的知识,希望对你有一定的参考价值。

1. Tools Run manage.py Task

  startapp trade   交易

  startapp user_operation   用户操作

  startapp goods  商品

2. users app 中编写models.py

  UserProfile用户类继承自AbstractUser,  VerifyCode短信验证码继承自models.Model,类

3. settings.py中, 设置使用的用户表为UserProfile

  

# SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY = 0)=fc0*6(#xb4i(@6+!8%lpai)elgw)[email protected]^7s$=tw=vx&k

# SECURITY WARNING: don‘t run with debug turned on in production!
DEBUG = True

ALLOWED_HOSTS = []

AUTH_USER_MODEL = users.UserProfile

# Application definition

 


 

以上是关于drf user models设计的主要内容,如果未能解决你的问题,请参考以下文章

Django DRF视图过滤ManyToMany查询集

[drf]model设置

DRF之自定义权限

DRF:AttributeError:'BlogSerializers'对象没有属性'get_uri'

DRF 商城项目 - 购物( 购物车, 订单, 支付 )逻辑梳理

drf呼啦圈