英文: User can't create objects in the page 问题 I made a program where users can keep track of thei...
Trying to get Django to load the server without using the paths I created. The default path is not working
英文: Trying to get Django to load the server without using the paths I created. The default path is n...
搜索属于已登录用户业务的客户?
英文: Search Customers that are part of the logged on User's Business? 问题 我目前的代码如下,在我的views.py中我无法...
如何修复NoReverseMatch错误当我尝试将我的代码转换为基于类的代码时?
英文: how do I fix NoReverseMatch error when i trying convert to class base my code? 问题 I have some co...
所有用户共享相同创建的数据,如何修复它?
英文: All users share the same data created, how do i fix it? 问题 我创建了一个程序,让用户在创建自己的帐户后,输入他们的开支以进行跟踪。但是...
PostgreSQL 12或更高版本是必需的(发现11.19)
英文: django.db.utils.NotSupportedError: PostgreSQL 12 or later is required (found 11.19) 问题 我在尝试在本地运行...
Is it possible to specify a foreign key for a table field in Django models.py to any table from the database?
英文: Is it possible to specify a foreign key for a table field in Django models.py to any table from ...
如何在Python中生成一个用于单元测试的虚假HTTP请求对象?
英文: How to generate a fake HTTP request object for unit test in Python? 问题 在Python Django项目中,我们想要编写一...
POST 方法返回方法不允许 405
英文: NGINX Django DRF Vue.js POST method returns Method Get not allowed 405 问题 I am building an ecomm...
Django REST框架无法正确序列化POST数据。
英文: Django rest framework post data not being serialized properly 问题 I have 2 models class MenuItem(...
89