Re: Django restful project standalone

2018-09-20 Thread Jani Tiainen
Hi. Could you also describe what are you trying to achieve? People might have good solutions for you if you provide more detailed information. to 20. syysk. 2018 klo 14.10 Peter Mudoko kirjoitti: > Hi guys am experimenting how i can use django restful framework in a > standalone python project

Re: Django restful project standalone

2018-09-20 Thread farmankhan977
On Thursday, September 20, 2018 at 4:40:57 PM UTC+5:30, Peter Mudoko wrote: > > Hi guys am experimenting how i can use django restful framework in a > standalone python project , i am trying to import from rest_framework > import status > from rest_framework.generics import GenericAPIView,

Django restful project standalone

2018-09-20 Thread Peter Mudoko
Hi guys am experimenting how i can use django restful framework in a standalone python project , i am trying to import from rest_framework import status from rest_framework.generics import GenericAPIView, from rest_framework.response import Response but this error is propping always how can i