Groups
Groups
Sign in
Groups
Groups
Django REST interface
Conversations
About
Send feedback
Help
Django REST interface
1–30 of 40
Mark all as read
Report group
0 selected
prem
7/13/12
REST API--No module found
I downloaded the code from the following link and stored it in the location below, http://django-rest
unread,
REST API--No module found
I downloaded the code from the following link and stored it in the location below, http://django-rest
7/13/12
prem anand lakshmanan
7/12/12
No module named django_restapi.model_resource
I downloaded the code from the following link and stored it in the location below, http://django-rest
unread,
No module named django_restapi.model_resource
I downloaded the code from the following link and stored it in the location below, http://django-rest
7/12/12
prem anand lakshmanan
7/12/12
Downloading Django REST Interface Issue
Downloaded the code from the below link and storing it in the Django project directory where it is
unread,
Downloading Django REST Interface Issue
Downloaded the code from the below link and storing it in the Django project directory where it is
7/12/12
sami nathan
11/27/10
WEBSEVICE USING WSDL FILE
I am trying to create an web service and to act as an server i had generated wsdl file now i want to
unread,
WEBSEVICE USING WSDL FILE
I am trying to create an web service and to act as an server i had generated wsdl file now i want to
11/27/10
sami nathan
11/27/10
WEBSERVICE with SOAP using wsdl
i had generated wsdl file from java now i want do webservice as my app should recive the request and
unread,
WEBSERVICE with SOAP using wsdl
i had generated wsdl file from java now i want do webservice as my app should recive the request and
11/27/10
Saulo
9/6/10
problem when trying to define uri's
Hi folks, I'm trying to get all tags(strings) from a object. Both (tag and object) are defined in
unread,
problem when trying to define uri's
Hi folks, I'm trying to get all tags(strings) from a object. Both (tag and object) are defined in
9/6/10
manu.polline
2/22/10
Filefield
Hi everyone, my name is Manuel. I'm tryng to upload a file directly in a filefield of Django
unread,
Filefield
Hi everyone, my name is Manuel. I'm tryng to upload a file directly in a filefield of Django
2/22/10
schneck
1/13/10
Digest authentication as decorator
Hi there, I set up the restapi, and it's working well. I wrote a "digest_authfunc"-
unread,
Digest authentication as decorator
Hi there, I set up the restapi, and it's working well. I wrote a "digest_authfunc"-
1/13/10
max
, …
Matthew Flanagan
3
7/9/09
Status of the project
On Jul 10, 3:35 am, Sean Neilan <sneil...@gmail.com> wrote: > It is dead. People are now
unread,
Status of the project
On Jul 10, 3:35 am, Sean Neilan <sneil...@gmail.com> wrote: > It is dead. People are now
7/9/09
Erik Allik
,
S.Lott
2
6/8/09
Reusing lower level bits of django-rest-interface
That's how we started. Eventually, we wound up ditching Django-REST- API entirely. If you're
unread,
Reusing lower level bits of django-rest-interface
That's how we started. Eventually, we wound up ditching Django-REST- API entirely. If you're
6/8/09
adrian
,
max
2
5/25/09
Authorization using Basic Authentication
Hey Adrian, what you want to do is something like this (in urls.py): match_resource = Collection(
unread,
Authorization using Basic Authentication
Hey Adrian, what you want to do is something like this (in urls.py): match_resource = Collection(
5/25/09
Ben Thomasson
4/9/09
django.test.client
Hello, Does Django REST interface work with django.test.client? If so, how? Thanks, Ben
unread,
django.test.client
Hello, Does Django REST interface work with django.test.client? If so, how? Thanks, Ben
4/9/09
corsair moran
,
Jared Flatow
4
3/21/09
Re: How to get a PUT request to work?
Yes Jared, my background knowledge of ReSTful web services is scratchy, I have recently bought an O
unread,
Re: How to get a PUT request to work?
Yes Jared, my background knowledge of ReSTful web services is scratchy, I have recently bought an O
3/21/09
chefsmart
2
3/14/09
how to get pagination to work?
Yeah so I re-checked the code and it's fairly easy. One just needs to pass an attribute-value
unread,
how to get pagination to work?
Yeah so I re-checked the code and it's fairly easy. One just needs to pass an attribute-value
3/14/09
Zain Memon
,
Kevin Damm
2
1/27/09
Dynamic queryset for a collection
Just a suggestion, not sure if this is the best way to go about it, but you could create a custom
unread,
Dynamic queryset for a collection
Just a suggestion, not sure if this is the best way to go about it, but you could create a custom
1/27/09
Steven F. Lott
1/14/09
Re: django-rest-interface - 2 new messages in 2 topics - digest
By default it looks just like the input from a form: a urlencoded dictionary -- It may be a hack, but
unread,
Re: django-rest-interface - 2 new messages in 2 topics - digest
By default it looks just like the input from a form: a urlencoded dictionary -- It may be a hack, but
1/14/09
Andrew C
1/13/09
POST examples
Hello, I've just begun working with this API, and I'd like to know what a sample POST request
unread,
POST examples
Hello, I've just begun working with this API, and I'd like to know what a sample POST request
1/13/09
José Arthur Benetasso Villanova
1/12/09
setup.py
Hi. I'm sending a setup.py file. May I send this stuff here or do I need to send via http://code.
unread,
setup.py
Hi. I'm sending a setup.py file. May I send this stuff here or do I need to send via http://code.
1/12/09
benm
, …
Alaa Salman
4
1/9/09
resource.py and authentication
On Fri, Jan 9, 2009 at 2:19 PM, Malcolm Tredinnick <mal...@pointy-stick.com> wrote: > >
unread,
resource.py and authentication
On Fri, Jan 9, 2009 at 2:19 PM, Malcolm Tredinnick <mal...@pointy-stick.com> wrote: > >
1/9/09
vaibhavb
,
Malcolm Tredinnick
3
12/1/08
Localizable string resources in xml payload
hi Malcolm: Thanks for the pointers, I have cross posted this on http://tech.groups.yahoo.com/group/
unread,
Localizable string resources in xml payload
hi Malcolm: Thanks for the pointers, I have cross posted this on http://tech.groups.yahoo.com/group/
12/1/08
code-zoop
10/28/08
Username and Password as a POST request
Hello. Thanks for a great addon to Django. I am implementing a CRM system in Django and will be using
unread,
Username and Password as a POST request
Hello. Thanks for a great addon to Django. I am implementing a CRM system in Django and will be using
10/28/08
suckerpunch
,
Alex Ezell
4
9/23/08
PUT/POST binary files
Hi Alex, Yes, there is authentication on the request, but that's working fine. I tried taking out
unread,
PUT/POST binary files
Hi Alex, Yes, there is authentication on the request, but that's working fine. I tried taking out
9/23/08
Michael Nelson
,
Eduardo O. Padoan
2
9/13/08
AppEngine version of Django Rest API?
On Sat, Sep 13, 2008 at 4:16 PM, Michael Nelson <absol...@gmail.com> wrote: > > OK, now
unread,
AppEngine version of Django Rest API?
On Sat, Sep 13, 2008 at 4:16 PM, Michael Nelson <absol...@gmail.com> wrote: > > OK, now
9/13/08
Michael Nelson
,
Alaa Salman
2
9/13/08
Using Django REST with TemplateResponder for html requests
Michael Nelson wrote: > 1) TemplateResponder seems to still be using form_for_model (pre 1.0) >
unread,
Using Django REST with TemplateResponder for html requests
Michael Nelson wrote: > 1) TemplateResponder seems to still be using form_for_model (pre 1.0) >
9/13/08
sometihng or other
9/2/08
model_factory metaclass conflict
I am getting an error in model_factory from trying to POST a new model object. I am using google
unread,
model_factory metaclass conflict
I am getting an error in model_factory from trying to POST a new model object. I am using google
9/2/08
Alaa Salman
8/19/08
django-rest-interface updated for Django beta1
Hi all, I updated django-rest-interface to work on Django beta1. Let me know if anybody faces any
unread,
django-rest-interface updated for Django beta1
Hi all, I updated django-rest-interface to work on Django beta1. Let me know if anybody faces any
8/19/08
Huuuze
, …
Alaa Salman
9
7/31/08
Ambiguous "500 - INTERNAL SERVER ERROR" error
I have corrected the problem and I am now using the wonderful REST API. Thank you very much for your
unread,
Ambiguous "500 - INTERNAL SERVER ERROR" error
I have corrected the problem and I am now using the wonderful REST API. Thank you very much for your
7/31/08
Huuuze
,
Alaa Salman
8
7/29/08
REST API and writing to the database
Huuuze wrote: > One last question (for today!) ;). > > One of my Model's fields is a
unread,
REST API and writing to the database
Huuuze wrote: > One last question (for today!) ;). > > One of my Model's fields is a
7/29/08
Alaa Salman
, …
mattim...@gmail.com
5
7/28/08
Project Adoption
Hi Andreas, I too would like to be added as a project member. I'm using the rest interface
unread,
Project Adoption
Hi Andreas, I too would like to be added as a project member. I'm using the rest interface
7/28/08
Alaa Salman
7/28/08
Application updated to work on Django trunk 8015
Hi all, I patched the code for the app to work with Django trunk revision 8015. I'd appreciate it
unread,
Application updated to work on Django trunk 8015
Hi all, I patched the code for the app to work with Django trunk revision 8015. I'd appreciate it
7/28/08