[no subject]

2023-05-11 Thread Karthik V A
Hello friends, Is there any inbuilt function in django for API. Without using REST framework and request. -- 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-

Re: Django urls error

2023-04-15 Thread Karthik V A
Bro, From myapp/ urla.py Url pattern =[ Path('hello', views.hello_delhi_capitals, name = hello_delhi_capitals)] On Sat, 15 Apr, 2023, 8:35 pm b1t, wrote: > ou haven't defined the home url that you are trying to access > > On Saturday, 15 April 2023 at 03:37:38 UTC+5:30 lalit upadhyay wrote:

Re: Django urls error

2023-04-15 Thread Karthik V A
Remove admin/ url pattern at urls.py in myapp On Sat, 15 Apr, 2023, 1:58 pm lalit upadhyay, wrote: > > *I have replaced URL ‘home/’ to ‘hello/’ but still i got same error* > On Saturday, April 15, 2023 at 7:29:15 AM UTC+5:30 Muhammad Juwaini Abdul > Rahman wrote: > >> In your urls.py you use '/h