Re: JSON recieving backend

2014-09-05 Thread Collin Anderson
There's also a native JSONResponse in django 1.7

https://docs.djangoproject.com/en/dev/ref/request-response/#jsonresponse-objects

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/ece64dbd-af10-4f99-970f-04a39718d8bf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: JSON recieving backend

2014-09-05 Thread Russell Keith-Magee
Another option, and one that is seeing a bit more momentum at the moment is
Django ReST Framework:

http://www.django-rest-framework.org

Yours,
Russ Magee %-)

On Fri, Sep 5, 2014 at 4:42 AM, Avraham Serour  wrote:

> take a look at tastypie:
> http://tastypieapi.org/
> http://django-tastypie.readthedocs.org/en/latest/index.html
>
>
> On Fri, Sep 5, 2014 at 1:42 PM, Meghdeep Ray  wrote:
>
>> Hi,
>> I am working on an Android Application which will have to send JSONs to
>> and receive them from a Backend which I plan to build in Django.
>> Does anyone have any good resources for this specific thing ?
>> Or does anyone know of a GitHub project which already does this ?
>> Any help is greatly appreciated.
>>
>>  --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to django-users+unsubscr...@googlegroups.com.
>> To post to this group, send email to django-users@googlegroups.com.
>> Visit this group at http://groups.google.com/group/django-users.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/5ed81ee2-ea10-48b2-91e7-4658884da6e6%40googlegroups.com
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAFWa6tL8B66UZXkD_UwCPKjsBiOUh_%3Ddb2Vvbc3n6JCnd2Go6Q%40mail.gmail.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAJxq848Oubt0%3DAfa1ROVq3RBbT9F0_3V%3DWko_LZ%2BK2nishvtiw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: JSON recieving backend

2014-09-05 Thread Avraham Serour
take a look at tastypie:
http://tastypieapi.org/
http://django-tastypie.readthedocs.org/en/latest/index.html


On Fri, Sep 5, 2014 at 1:42 PM, Meghdeep Ray  wrote:

> Hi,
> I am working on an Android Application which will have to send JSONs to
> and receive them from a Backend which I plan to build in Django.
> Does anyone have any good resources for this specific thing ?
> Or does anyone know of a GitHub project which already does this ?
> Any help is greatly appreciated.
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/5ed81ee2-ea10-48b2-91e7-4658884da6e6%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAFWa6tL8B66UZXkD_UwCPKjsBiOUh_%3Ddb2Vvbc3n6JCnd2Go6Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


JSON recieving backend

2014-09-05 Thread Meghdeep Ray
Hi,
I am working on an Android Application which will have to send JSONs to and 
receive them from a Backend which I plan to build in Django.
Does anyone have any good resources for this specific thing ?
Or does anyone know of a GitHub project which already does this ?
Any help is greatly appreciated.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/5ed81ee2-ea10-48b2-91e7-4658884da6e6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.