Re: Manage.py not working

2020-06-20 Thread Adya Mit
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

get() missing 1 required positional argument: 'id'

2020-06-16 Thread Adya Mit
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

urls 1.11 use task how to use 3.0.6 version

2020-06-15 Thread Adya Mit
(?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