码迷,mamicode.com
首页 > 其他好文 > 详细

drf user models设计

时间:2017-12-26 18:03:49      阅读:162      评论:0      收藏:0      [点我收藏+]

标签:gpo   tin   star   cti   用户表   短信验证码   models   color   app   

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)w@ttsn0^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设计

标签:gpo   tin   star   cti   用户表   短信验证码   models   color   app   

原文地址:https://www.cnblogs.com/jiamengyang/p/8118589.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!