-
Hi,
I have installed cvat v12.6.2.
Everything else is working fine, but I am getting these errors in Cvat_opa container logs
```typescript
{"level":"error","msg":"Bundle load failed: request faile…
-
```
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/django/db/backends/utils.py", line 84, in _execute
return self.cursor.execute(sql, params)
The above exc…
-
As a developer, I want to ensure the application communicates with the Django REST Framework for data storage and retrieval.
-
app-1 | The above exception was the direct cause of the following exception:
app-1 |
app-1 | Traceback (most recent call last):
app-1 | File "/py/lib/python3.11/site-packages/django/core/han…
-
**Describe the bug**
The editing page for the report recipes misses a front-end check to verify if the input is expected and allowed. By providing an unexpected value (e.g. the letter A) a Schedule e…
-
I've noticed many examples using swagger_auto_schema only with api_views, and I'm encountering an error when attempting to use Swagger with generic views in the Django REST framework. Is there somethi…
-
今天按照自己的知识体系理解了一下 Django Rest Framework。其实这就是一个 MVVM 的实现。而 MVVM 的核心:binding
请求数据和 Model 如何绑定?通过 ViewSet。那之间的数据如何进行转换?即用户通过请求提交的数据如何转成 Django 的模型(Python 内的数据)?通过 ViewSet 里声明的 Serializer。这也就是为什么在 Seri…
-
DRF版のリポジトリからコピペして改修すればよい。
-
Just a reminder that whenever you're happy with this it'll be worth adding it to the REST framework gird on Django packages.
https://www.djangopackages.com/grids/g/django-rest-framework/
Nice work! …
-
Make search API use more functionality from django-rest-framework, including validation and pagination.