you don't need DRF at all, DRF will help you write REST servers

if you need to consume you can just use requests (
http://docs.python-requests.org/en/latest/)

On Tue, Nov 3, 2015 at 1:44 PM, kk <krm...@gmail.com> wrote:

> Dear all,
> I wish to know if I need to do some thing special for consuming a RESTfull
> server from some other provider?
> What should I do in the views?
> Do I need the complete DRF to do this?
> Can I do this with just Django's views and then send data across to
> templates?
> I mean, can I write views to connect and call the API, send and receive
> data and then send the output to the templates?
> The encoding is in json when interacting with the remote REST API.
> happy hacking.
> Krishnakant.
>
> --
> 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/56389E08.10105%40gmail.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/CAFWa6t%2BnR9aR0py9B4Ga9Ep60c-SKgauE2xPZoHn83MSsNauEw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to