-
It would be nice to create an API using the [Django REST framework](https://www.django-rest-framework.org/).
The [Danbooru API](https://danbooru.donmai.us/wiki_pages/43568) could point at some dire…
-
http://localhost:4000/blog/Django-REST-Framework%E5%8D%95%E5%85%83%E6%B5%8B%E8%AF%95%E4%BB%A5%E5%8F%8AGitlab-CI(%E6%8C%81%E7%BB%AD%E9%9B%86%E6%88%90).html
-
http://localhost:4000/blog/Django-REST-Framework%E5%8D%95%E5%85%83%E6%B5%8B%E8%AF%95%E4%BB%A5%E5%8F%8AGitlab-CI(%E6%8C%81%E7%BB%AD%E9%9B%86%E6%88%90).html
-
As a **developer**, I can **set the dog_profile to be is edited by admin or readonly** so that I can **have it visible to the public but not editable**.
Acceptance Criteria
- dog_profile set up as ad…
-
## Problem
Popular themes for Hugo, such as [Academic](https://github.com/gcushen/hugo-academic), offer language packs to enable users to easily change the interface language to their native langua…
-
I have a model with a geom (srid=3035) and I want to serialize it as geom (srid=4326).
Did not found a solution to do this with django-restframework-gis?
My approach was:
```
from django.contrib.g…
-
When an index is created on a model, Mongoengine may raise `NotUniqueError`. Currently, the exception is not caught. It should be and the API should return with the `400` code.
Vayel updated
7 years ago
-
paddle cloud logs:
```
[ERROR 2017-08-24 02:51:17,126 @ 2976] - Internal Server Error: /api/v1/logs/
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/django/core/h…
-
If I raise a `APIException` (maps to 500 error) in DRF, raven (5.23.0) is not reporting the error. If I raise a general `Exception` (also maps to 500) raven does report the error. Is this expected beh…
-
# My FilterSet
```
class UserFilter(filters.FilterSet):
class Meta:
model = User
fields = {'id': ['exact', 'in',]}
```
# Evn
python 3.7
django 2.1.1
django-filter …