Hi Tanisha you check Durga sir video YouTube
On Sat, 20 Jun 2020 at 9:53 PM, Tanisha Jain
wrote:
> I am already in test1 folder... Please check the terminal section in the
> attached screenshot.
>
> On Sat, 20 Jun, 2020, 9:34 PM ankit baliyan,
> wrote:
>
>> First of all go to test1 folder then
did not work
views.py
class EmployeeCBV(View):
def get(self,request,id,*args,**kwargs):
emp=Employee.objects.get(id=id)
json_data=serialize('json',[emp,])
return HttpResponse(json_data,content_type='application/json')
urls.py
from django.contrib import admin
fro
(?P\d+)/$ django
--
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 view this discussion on the web visit
https://gr
3 matches
Mail list logo