-
I have integrated `django-rest-swagger` to my `django restframework API app`. But getting `access-control-origin` error.
Settings:
MIDDLEWARE_CLASSES = (
'corsheaders.middleware.CorsMiddleware',…
-
According to http://www.django-rest-framework.org/api-guide/format-suffixes the suffices should be used directly after the resource name like http://example.com/api/users.json but format_suffix_patter…
-
Try to upload a file and then just try to download it. The URL links to the start page instead to the uploaded content.
-
There are situations where being able to control the `URL_FIELD_NAME` setting at the Serializer level is desirable.
For example, I maintain a project with 2 APIs.
1) is a legacy tastypie API that …
-
# Terminar la API RESTful
Se agrega la siguiente lista de filtros que sería útil que la API proveyese para poder realizar los filtrados en el mapa
FILTROS PARA EL MAPA por
- Departamento,
- Distrit…
-
When using Python 3.4, Django 1.7 and Restframework 3.1.0 I get this [error](https://api.travis-ci.org/jobs/54086393/log.txt?deansi=true):
I had to downgrade to Restframework 3.0(3) for it to work...…
-
Upgraded to the latest restframework and swagger and I am getting an import error in smart_text, from this line in introspectors.py:
```
from rest_framework.compat import apply_markdown, smart_text
…
-
Given the following models, is there a way to serialize MainModel as Geojson by specifying the `geo_field` attribute from the linked GeoModel ?
```
class GeoModel(models.Model):
point = models.Po…
-
This is an informative issue on the current state of [Django REST framework](https://github.com/tomchristie/django-rest-framework).
We are in the process of introducing **official support** for REST …
-
```
Running amcat 3 on new DJANGO: 1.5.1
Ik hoorde van Wouter dat amcat bij hem onder 1.5 draait. Klopt dit wel?
(Kun je checken pip freeze | grep Amcat of iets slimmers)
Op mijn mac probeer ik dit…