2019年5月16日

django后台list_display中添加自定义字段

摘要: django如何在 search_fields 中包含外键字段 在search_fields中加入一个外键的名字是不能查询的,要写成(外键名__外键中的字段名)的形式.search_fields = ('attributename','goodsclass__cn')# goodsclass__cn 阅读全文

posted @ 2019-05-16 14:43 HOT SUMMER 阅读(3586) 评论(0) 推荐(0) 编辑

django 实战3 simpleui

摘要: pip3 install django-import-export pip3 install django-simpleui pip3 install mysqlclient python3 manage.py makemigrations python3 manage.py migrate python3 manage.py createsuperuser django-admin.p... 阅读全文

posted @ 2019-05-16 10:09 HOT SUMMER 阅读(2760) 评论(0) 推荐(0) 编辑

导航