-
I just read through thread #866 and I’m relatively new to this codebase.
**My Issue**
When I call the `drf_spectacular.views.SpectacularAPIView` view, the error and warning messages are logged i…
-
### Overview
We need to research the permissions capabilities provided by Django and DRF. See instructions below.
### Action Items
- [x] research permissions capabilities in Django and docume…
fyliu updated
1 month ago
-
Moved from .
- https://github.com/openedx/edx-django-utils/issues/241
- [ ] ...more subtasks in ARCHBOM-2025
-
I've forked it.
`pip install drf-yaml` at [Qu4tro/drf-yaml](https://github.com/Qu4tro/drf-yaml)
@jpadilla Let me know if you want to do anything. i.e Integrate the fork changes into the origina…
-
It seems there isnt any DRF support yet.
There are lots of aspects to the DRF permissions system.
One re-usable method in DRF which can be used to determine broadly which actions are allowed is …
-
## Added ```Serializer``` and ```ViewSet``` for ``` PostComment ``` model in [branch](https://github.com/bsadd/meme-maker/tree/rabid/)
Did not test yet. Clueless about how to do it. I had some que…
-
Some time ago you had helped me implement [djangorestframework-api-key](https://florimondmanca.github.io/djangorestframework-api-key/) authorization in DRF Spectacular ([Custom djangorestframework-api…
-
Hello,
I appreciate the work put into the `drf-api-logger` library, which has been incredibly helpful for logging API requests and responses in Django applications. I would like to propose an enhan…
-
### Describe the problem
Right now `redoc` is bundled via [drf-spectacular-sidecar](https://pypi.org/project/drf-spectacular-sidecar/). That way, we don't directly control `redoc` version, it is mi…
nijel updated
1 month ago
-
```python
'default': {
'ENGINE': 'haystack.backends.elasticsearch5_backend.Elasticsearch5SearchEngine',
'URL': 'http://127.0.0.1:9200/',
'INDEX_NAME': 'article',
},
…