03 2023 档案

摘要:from django.apps import apps opts = apps.get.model('app', 'info') opts._meta.fields 阅读全文
posted @ 2023-03-30 09:22 TinaLi 阅读(105) 评论(0) 推荐(0)
摘要:model = Userfor field in model._meta.fields: print(field.name) print(field.verbose_name) 阅读全文
posted @ 2023-03-15 10:42 TinaLi 阅读(474) 评论(0) 推荐(0)
摘要:pandas判断一个是否为 true flase Use a.empty, a.bool(), a.item(), a.any() or a.all() 阅读全文
posted @ 2023-03-08 14:56 TinaLi 阅读(28) 评论(0) 推荐(0)