-
Hi
I tried out django-ckeditor-5 for the first time today. In development mode it worked very well.
However, I tried to deploy on Heroku and got following error message:
> The CSS file 'djang…
-
Hi Everybody,
I have been thinking about how to move fileshack forward. The authentication system is clearly unsatisfactory for many use cases. Therefore, I would like to propose a new system. Your i…
-
Let's say I have these models:
```
class Address(models.Model):
street = models.CharField()
city = models.CharField()
postcode = models.CharField()
```
```
class Person(models.Mode…
-
We documented the results of this discussion in the [FAQ](https://github.com/pytransitions/transitions/blob/master/examples/Frequently%20asked%20questions.ipynb). Make sure to check it out!
---
Oc…
-
Hey, great and simple package, however I tried to use it and noticed there are a bit of missing instructions in the "Installation" section of the main readme.
The pip installation will not install …
-
When running `python manage.py collectstatic` we get the following exception:
```
Traceback (most recent call last):
File "manage.py", line 10, in
execute_from_command_line(sys.argv)
F…
-
**JumpServer 版本(v1.5.9以下不再支持)**
2.12.0
**浏览器版本**
火狐89.0 X64
**Bug 描述**
1.资产列表 Request failed with status code 500
2.web终端,左侧树 菜单点击无反应,无法操作
**Bug 重现步骤(有截图更好)**
1. 必现
-
I have a use case where I am using DRF field permissions with `django-rest-framework-json-api`, which uses `RelatedField`s in favor of Serializer fields. The current `SerializerPermissionMixin` is not…
-
### Discussed in https://github.com/encode/django-rest-framework/discussions/8069
Originally posted by **qcymkxyc** July 7, 2021
I tried many times,when I run app this error appear
-
This is a discovery ticket that would end in multiple ADRs in this repo. The goal is to determine the basic data structures and relationships needed to store content data for the LMS with the followin…