-
Identify parts of the code to clean up in preparation for 0.2.0 release, such as:
- software libraries incompatible with open source license terms
- inconsistent naming conventions
- boilerplate …
-
Just upgraded to DRF 3.4.0 and DRS 2.0.0, after reconfiguring according to the example app the Swagger UI shows the header and an empty page. Lots of 404s in the network log and indeed the base templa…
-
I'm using rest framework version 3.3.2. At loading form by serializer with rest framework template tag method `render_form`, while django logger has been activated in console, i catch some bad errors …
-
-
-
I had installed the DRF-mongoengine
Successfully installed django-rest-framework-mongoengine-3.3.1
and add it to the settings.py
```
INSTALLED_APPS = [
'django.contrib.admin',
'd…
-
While trying to implement persistent creator ordering for entries, @alanmoo and I came to the realization that we may have implemented "creators are a conceptually active entity" rather than just stri…
Pomax updated
7 years ago
-
参考您的教程, 出现跨域问题, 麻烦看看问题出在哪里.
django setting:
CORS_ORIGIN_ALLOW_ALL = True
INSTALLED_APPS = [
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'…
-
On renderers.py, get_raw_data_form() raises assertion error with following message:
> When a serializer is passed a `data` keyword argument you must call `.is_valid()` before attempting to > access t…
-
[2016/07/07 15:58:21] HTTP GET /accounts/login/ 200 [0.06, 127.0.0.1:60921]
Url patterns
urlpatterns = [
```
url(r'^admin/', admin.site.urls),
url(r'^new/$', views.new_room, name='new_room'),
url(r…