Re: Can u tell me how to build restful api project in django

2015-08-14 Thread Rene Zelaya
I have found django-tastypie very useful to create a REST API: https://github.com/django-tastypie/django-tastypie Here are the docs: http://django-tastypie.readthedocs.org/en/latest/index.html#quick-start Best, Rene On Friday, August 14, 2015 at 10:22:40 AM UTC-4, HARSHIT GARG wrote: > > I am

Re: Can u tell me how to build restful api project in django

2015-08-14 Thread Timothy W. Cook
Did you follow these instructions? http://www.django-rest-framework.org/tutorial/quickstart/ Spend the time on the tutorial. It will save you time in the long run. On Fri, Aug 14, 2015 at 10:59 AM, HARSHIT GARG wrote: > I am getting the following error: > > ImportError: rest_framework doesn't

Can u tell me how to build restful api project in django

2015-08-14 Thread HARSHIT GARG
I am getting the following error: ImportError: rest_framework doesn't look like a module path -- 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+unsub