admin配置
Posted wylshkjj
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了admin配置相关的知识,希望对你有一定的参考价值。
admin配置
管理数据库的框架:web版的数据库管理页面
初始化数据库:
python manage.py makemigrations
python manage.py migrate
启动项目:
python manage.py createsuperuser
主要方法:
list_display
search_filter
list_filter
ordering
自行学习查找
以上是关于admin配置的主要内容,如果未能解决你的问题,请参考以下文章