Re: Debug error when c

2023-04-01 Thread Alen Zuvic
pet, 31. ožu 2023. 07:23 Usra Saeed je napisao: > Hi, are you installing django on Visual Studio and during this > installation you got this error? > > On Thu, 30 Mar 2023, 10:48 pm Ricky Abura, wrote: > >> Hi, >> I am learning django, in the process of developing youtube clone, I meet >> the

Re: Debug error when c

2023-04-01 Thread Prosper Lekia
Remove the second urlpattern, and add the debug_toolbar path to the first urlpattern. Try running makemigrations and migrate after installing the debug_toolbar. On Thursday, March 30, 2023 at 6:48:51 PM UTC+1 Ricky Abura wrote: > Hi, > I am learning django, in the process of developing youtube

Re: Debug error when c

2023-03-30 Thread Usra Saeed
In urls.py file your mentioned url is not existed On Thu, 30 Mar 2023, 10:48 pm Ricky Abura, wrote: > Hi, > I am learning django, in the process of developing youtube clone, I meet > the attached error when installing django debug toolbar. I don't know where > I am not getting right but I

Re: Debug error when c

2023-03-30 Thread Usra Saeed
Hi, are you installing django on Visual Studio and during this installation you got this error? On Thu, 30 Mar 2023, 10:48 pm Ricky Abura, wrote: > Hi, > I am learning django, in the process of developing youtube clone, I meet > the attached error when installing django debug toolbar. I don't

Re: Debug error when c

2023-03-30 Thread Chetan Ganji
You are trying to hit a url that doesnt exist in your django app Documentation says you have to add it url, but you dont have to visit that url. https://django-debug-toolbar.readthedocs.io/en/latest/installation.html#add-the-urls When you visit any other url in the app, one toolbar will be shown

Debug error when c

2023-03-30 Thread Ricky Abura
Hi, I am learning django, in the process of developing youtube clone, I meet the attached error when installing django debug toolbar. I don't know where I am not getting right but I strictly follow some tutorial. Any assistance please? -- You received this message because you are subscribed