-
Hello!
It looks like there is a missing migration causing this error when running `manage.py migrate`
`Your models in app(s): 'eventlog' have changes that are not yet reflected in a migration…
-
There is an extensive pre-commit config in the project but many files don't adhere to it.
When you run `pre-commit run --all-files`, pre-commit automatically adjusts 51 files:
```sh
$ git stat…
MHLut updated
7 months ago
-
**Description**
As part of our ongoing efforts to optimize resource usage and streamline our production environment, we need to explore and adopt a lighter Docker image for our Python Django applicat…
-
I am not sure if this is already supported (since I could not find it in docs).
Application's Redirect URIs should accept wildcard URIs (for sub-domains), and OAuth2 Validator should be able to val…
-
in a model field (`FileField`) I have `validators=[validate_file_extension]` and I'm able to upload files which aren't allowed in the validator.
I suppose the `auto` thingy doesn't take validators fr…
-
If you just log in, you are directed to https://mwa-image-plane.duckdns.org/candidate_rating/random/
Or you can go there on purpose. Either way, you get an error. I think this is because there are no…
-
I'm using different settings files (base.py, dev.py, prod.py) which are stored in a settings directory. The composent directory is at the root of the project.
In this case, django-components fails …
-
I have a model and serializer that have some optional fields. Since 3.15 (maybe .1 but I haven't had a chance to use .0 due to different regressions) this field is suddenly required however, breaking …
-
## Due date
2024.02.20
## Complete date
## Description
* NLP 관련 DB를 Django 서버에 추가
* 기존의 DB는 유지하고 새로운 DB 추가
## TO-DO
* Django multi-DB setting
* settings.py 설정 업데이트
* mulit-DB 관련 r…
-
Hey @vitalik ,
Something that I noticed with the `ValidationError` being thrown is that there are additional fields present as opposed to the fields that are expected if the same `ValidationError`…