I recently started an intern where we primarily use Django. Your channel has been my second source of truth right after documentation. Do you think you might be making any videos on Django-guardian sometime soon?
I bought a bootstrap theme and the toolbar does not appear where this theme. It looks like it cannot be injected into the page. What could be the reason for this?
At 6:30 you mention internal IPs. If we're deployed to a live server and we wanted our devs to see the toolbar but end users to not, would we add the up address of the devs' PCs?
Hi Tim, according to the docs debug must be on and the IP needs to match. Of course that wouldn’t stop you possibly overriding the debug option. Maybe this is something you would use on a testing/staging server/instance
Hi Tim, moving to docker - your app will be in a container which you provide you the flexibility to deploy and test on deployment in a staging area for example. Many possibilities - sorry to be so general.
@@veryacademy I have this error in inspect element :8000/static/debug_toolbar/js/toolbar.js:1 Failed to load module script: The server responded with a non-JavaScript MIME type of "text/plain". Strict MIME type checking is enforced for module scripts per HTML spec.
Hello bro lots of love from nepal I love your content so much but i want to request you something can you please make a video on making advance queries in class based view i found it confusing while making queries in cbv. Thank you in advance .sending lots of love from nepal❤❤❤
Hi Samir, thank you for your message, very kind. Your question has two components - you need to understand how to create overrides of the CBV, that's step one. Then the queries - they are just queries like you would make in a function base view. I will when I can do some more querying with CBV
Very nice sir!!! thank you so much 😊
Most welcome 😊
I recently started an intern where we primarily use Django. Your channel has been my second source of truth right after documentation.
Do you think you might be making any videos on Django-guardian sometime soon?
REALLY THANKYOU, for teaching useful things. I learned a lot from you!!❤❤❤
You are so welcome!
Thank You!
You're welcome!
Really sir! I am learning a lot from you. Thank you so much❤️❤️
It's my pleasure
Nice
Thanks
Which theme are you using ?
Think I use Dark - VScode
I bought a bootstrap theme and the toolbar does not appear where this theme. It looks like it cannot be injected into the page. What could be the reason for this?
Greate.... make videos on redies with Django
Sure 👍
At 6:30 you mention internal IPs. If we're deployed to a live server and we wanted our devs to see the toolbar but end users to not, would we add the up address of the devs' PCs?
Hi Tim, according to the docs debug must be on and the IP needs to match. Of course that wouldn’t stop you possibly overriding the debug option. Maybe this is something you would use on a testing/staging server/instance
@@veryacademy would there be enough details in your docker tutorial to do this? We're looking to transition to Docker
Hi Tim, moving to docker - your app will be in a container which you provide you the flexibility to deploy and test on deployment in a staging area for example. Many possibilities - sorry to be so general.
If you we are using react in front end, then how can we use debug tool bar or any alternative...
stackoverflow.com/questions/49862560/does-django-debug-toolbar-work-with-drf for example?
Hey sir, I did all the things which you mentioned in the video but toolbar is not displaying. Please help.
Hi, I can’t really help much more. Do you have an error code!
@@veryacademy
I have this error in inspect element
:8000/static/debug_toolbar/js/toolbar.js:1 Failed to load module script: The server responded with a non-JavaScript MIME type of "text/plain". Strict MIME type checking is enforced for module scripts per HTML spec.
@@akshattrivedi4933 stackoverflow.com/questions/64013643/failed-to-load-module-script-the-server-responded-with-a-non-javascript-mime-ty
@@veryacademy Still not getting it. I have been working on this since last 12 hours.
@@akshattrivedi4933 Link me your repository I will get it working
Hello bro lots of love from nepal
I love your content so much but i want to request you something can you please make a video on making advance queries in class based view i found it confusing while making queries in cbv. Thank you in advance .sending lots of love from nepal❤❤❤
Hi Samir, thank you for your message, very kind. Your question has two components - you need to understand how to create overrides of the CBV, that's step one. Then the queries - they are just queries like you would make in a function base view. I will when I can do some more querying with CBV
how can i get full code of this video? sir.
Really sorry it is not available for this tutorial.
I think this is conflicting with Django Rest Framework library.
Hi MY Y, this isn't something you would use with DRF 👍