Posts by Samamba • 26 points
5 posts
-
0
votes1
answer34
viewsA: Django 1.10 + Django Restless 0.0.10 and Empty Request
I contacted the developer of djangorestless on github. The method dispatch class restless.views.Endpoint has in the first line: request.content_type = request.META.get('CONTENT_TYPE', 'text/plain')…
-
1
votes1
answer74
viewsA: I can’t change the form code C#
When the method is called and you try to change: UPDATE Cdd SET CD_CDD = @CD_CDD, DS_CDD = @DS_CDD WHERE CD_CDD = @CD_CDD; You are searching for the new CD_CDD code, the same one you want to change:…
-
0
votes3
answers1496
viewsA: What is DTD (Document Type Definition)?
This article from W3schools is very informative in this sense: What is a DTD? What is the DTD? The DTD is a Document Type Definition. A DTD defines the Structure and the legal Elements and…
-
0
votes1
answer120
viewsA: Problem creating environment with Django
I found this answer that seems to have a lot to do with what you are doing, because in the answers I saw that you are using python3…
-
0
votes1
answer34
viewsQ: Django 1.10 + Django Restless 0.0.10 and Empty Request
I’m using Django Restless views to build some REST interfaces and in all posts the request.POST and request.params are empty. In case I run: print request print request.POST I have the following…