-
More detailed documentations like below are required.
- The reason why django-permission is required while there are other object permission
systems like [django-guardian](https://github.com/lukas…
-
Read full proposal here - http://django-ninja.rest-framework.com/proposals/cbv/
To allow incapsulate common logic into class methods
```Python
from ninja import Router
router = Router()
…
-
**Describe your environment**
Python 3.11, Django 4.1, [`django-configurations`](https://pypi.org/project/django-configurations/) 2.4
**Steps to reproduce**
`DjangoInstrumentor`'s instrumenta…
-
Entangled Form is working great so far, consider below models.py
models.py
class Customer(models.Model):
name = forms.CharField(max_length=255)
address = forms.JsonField()…
-
# Django Templates and Template System
## Templates
Templates in Django are text files that define the structure and layout of HTML pages. They include placeholders, called template tags and templ…
-
The Django SECRET_KEY is cached in the TokenBackend
The TokenBackend class sets the Django SECRET_KEY when it is initialized and then it is cached. If the first call of the APIs of the django app i…
-
# Bug report
`django_stubs_ext/django_stubs_ext/patch.py` file contains logic to make more Django's classes generic, by monkeypatching to add `__class_getitem__` the method.
Known list of classe…
-
Hi!
I'm working on a project where I need to handle task timeout events and other unexpected errors.
Is there any method that can execute a custom callback function when a task times out or encoun…
-
We are looking into moving away from graphene and strawberry looks like a very nice alternative!
Unfortunately we have some heavy integration with django-graphene-cud which offers a lot of useful f…
ghost updated
3 months ago
-
See [dash-extensions](https://github.com/emilhe/dash-extensions).
The idea is to let callbacks that update a store only send some cache ID to the store. When these Stores are used as inputs the st…