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 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 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://groups.google.com/d/msgid/django-users/fd470375-10c2-4c97-93d3-feaed4130dc1n%40googlegroups.com
>> 
>> .
>>
> --
> 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://groups.google.com/d/msgid/django-users/CABKCzOOGpi-gCEhS1Hjuz1-f1vAsO9Lekv%3DHDocmT6XQF_H2Ng%40mail.gmail.com
> 
> .
>

-- 
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://groups.google.com/d/msgid/django-users/CAABMtprYapUegE5yp8rHij6QcR2O%3D9YED27qUpo%3D0VkAe6RwUw%40mail.gmail.com.


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 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 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://groups.google.com/d/msgid/django-users/36cfe6fe-4186-4fa8-9c31-9e57a0428c03n%40googlegroups.com.


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 strictly follow some tutorial. Any assistance
> please?
>
> --
> 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://groups.google.com/d/msgid/django-users/fd470375-10c2-4c97-93d3-feaed4130dc1n%40googlegroups.com
> 
> .
>

-- 
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://groups.google.com/d/msgid/django-users/CABKCzOM1K%2BQVucpM2D22SGvESpaV%2BjdBZ3HPcVGX3Mp2OzK76g%40mail.gmail.com.


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 know where
> I am not getting right but I strictly follow some tutorial. Any assistance
> please?
>
> --
> 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://groups.google.com/d/msgid/django-users/fd470375-10c2-4c97-93d3-feaed4130dc1n%40googlegroups.com
> 
> .
>

-- 
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://groups.google.com/d/msgid/django-users/CABKCzOOGpi-gCEhS1Hjuz1-f1vAsO9Lekv%3DHDocmT6XQF_H2Ng%40mail.gmail.com.


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 in the
right hand side of the display.

Try this out
https://www.youtube.com/watch?v=qWLk9S6mvAY

I hope it helps you!

Regards,
Chetan Ganji
+91-900-483-4183
ganji.che...@gmail.com
http://ryucoder.in


On Thu, Mar 30, 2023 at 11:18 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 strictly follow some tutorial. Any assistance
> please?
>
> --
> 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://groups.google.com/d/msgid/django-users/fd470375-10c2-4c97-93d3-feaed4130dc1n%40googlegroups.com
> 
> .
>

-- 
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://groups.google.com/d/msgid/django-users/CAMKMUjuMyU-y8ysQ7rWJ4WNk04ZxbD7NBNT%3D8aZj6Ke-tcjoMA%40mail.gmail.com.


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 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://groups.google.com/d/msgid/django-users/fd470375-10c2-4c97-93d3-feaed4130dc1n%40googlegroups.com.