-
The document says ``addon_after_class`` will work, but there is no handling logics at all.
Note. Here is how django-bootstrap4 are handling it.
https://github.com/zostera/django-bootstrap4/blob/ad…
-
Hey @ewjoachim and @medihack an interesting error we got from 2 AM to 10 AM this morning. OperationalError: the connection is closed. Here is the stack trace (below). I think it might be related to #1…
-
https://github.com/archesproject/arches/pull/11362/commits/95f928dcc6bb6925a2d5bf6678b105a629cf0f32 exposed a scenario where Django failed to discover the proxy models. (See comment there for more inf…
-
A few years ago the AWS_PRELOAD_METADATA setting was removed in this PR:
https://github.com/jschneier/django-storages/pull/636
I understand why - this is not something you’d want to turn on when s…
-
Merge post_user() and post_multi_users() methods into a single method named post(), rewrite their params and logic according to django rest framework. Also incorporate serializers in the said method.
-
Hello!
So, I have a Django model, `Invoice`, which let's say has two fields, `id` and `amount`, a float.
```
class Invoice(models.Model):
id = models.PrimaryKey(...)
@property
…
-
## Expected behavior
All the code used for cryptography, authentication or authorization related operations must be top notch, from popular, maintained and robust libraries.
A popular saying app…
-
![Screenshot from 2024-09-08 14-39-51](https://github.com/user-attachments/assets/8cca2e26-51d3-42bd-90f9-23c77aa2a38f)
I would like the input form to be located not under the **title**, but to the r…
-
My folder structure :- Circus -->example_app-->CustomCorpus -->oneWindow.yml
and settings are as follows.
CHATTERBOT = {
'name': 'Django ChatterBot Example',
'logic_adapters': [
…
-
We want two django apps:
data - constants.py, models.py (where models are imported) and one model per file
interface (for the api)
We will also have a folder for the domain logic, it doesn't nee…