英文: Opinion! Creating Template filters to work with class instance in templates, this works, wonderi...
Django: 下载 Excel 时为什么此查询获取主键号而不是名称?
英文: Django: Why does this query get the pk numbers instead of the names when downloading an excel? 问...
Django with Celery on Digital Ocean
英文: Django with Celery on Digital Ocean 问题 目标 我尝试在Django中与Celery结合使用;目标是在Django网络应用程序(已部署的测试环境)上设置Ce...
django orm: 使用annotate case在prefetch结果上
英文: django orm: use annotate case on prefetch result 问题 这是我的模型的近似副本: class To(models.Model): pass cl...
在Django Rest Framework中按用户名和显示名称搜索的查询集:
英文: Queryset for search by username and display_name In Django Rest Framework 问题 我试图通过他们的用户名和显示名称来搜索...
调用模型的方法并在序列化器内处理接收到的对象
英文: Calling a model's method inside a serializer and handling a received object 问题 I'm supposed ...
托管 Django Docker Postgres 在 DigitalOcean Droplets
英文: Hosting Django Docker Postgres on DigitalOcean Droplets 问题 我是新手在部署到DigitalOcean方面。我最近创建了一个Drople...
Python – 这个函数声明有什么问题?
英文: Python - What is wrong with this fucniton declaration? 问题 SyntaxError: 无效的语法 我遇到了一个SyntaxError。我...
可以像这样在Django REST API中自动提供当前用户吗?
英文: Can I provide automatically current user in Django rest API like this? 问题 我有一个Django REST API。在我...
如何在我的category_list.html中传递{% url ‘category’ %}?
英文: How to pass {% url 'category' %} in my category_list.html? 问题 I have a detail view for c...
89