This place is a knowledge hub for django ... I have learnt so many stuff here , thanks sir you are great. I am very thankful to youtube algo god to recommend this channel.
I think you did yourself (and viewers?) a disservice here with the weird(?) `django-admin starproject .` rather than just doing the normal way, creating the subdir with the same name as the project to hold the settings. Everything in the setup then just works when you use the pytest-django docs.
One of the best channels out there, thank you very much for the knowledge! i'm still new to testing so this helps out a lot. Will you do any videos on GUI in the future?
Going slightly off to the current video... Zander, will talk about frontend here. But since a week I am going through the Vue Vutify and Nuxt.. I was quite confused while choosing a path between react-next-drf and vue-nuxt-drf.. After lots of research I concluded that the craze for React is more compare to Vue because it is been adopted widely. Most companies have built their projects upon React and that is why there are more job opportunities there. But if there was no question about the job and just building a project with ease then Vue is equally capable of doing all the stuff what React can. I am developing website for my own idea/business and therefore I chose Vue-Django. Also there is saying in Vue world that don't look for experienced Vue Developer, instead search for experienced JavaScript developer and give him a day to learn VueJs and he will be fit for the job. So my decision was influenced based on get things done... I would highly appreciate if you someday come up with DRF-Vue-Nuxt ecosystem... because a solo developer would love that.
Hi Aakash - it will happen, once I got ecommerce sorted on Next and Django Templates I will push our a Vue version 100% - At that point it will be super quick and easy.
@veryacademy, Please add tutorials regarding how to write unit test of any third party API (authenticated) with the business logic involving database query.
Thanks Sharhan 👍 We will keep delving deeper as the channel grows. At the moment I feel tied to the Google Algorithm trying to balance quality with quantity making tutorials in a timely fashion. It is exciting, there is so much more to cover!
Thanks a lot for such a nice playlist. I am a subscriber and regular visitor of your RUclips channel. Just 1 doubt, what does that 100% show in test output. Even if some test cases fails I received 100% there, and as low as 10% even in passed test cases. Thanks again.
@@veryacademy Got it now! means even the last test case (failing although) can show 100% because all the task collected are all completed by the time last test case finish. Thanks for quick reply...you are even faster than SO i think..😊
i have some doubts as a python developer what types of testing we should conduct will you give clarity. testers will conduct more testing but developer what test conduct please give clarity
It's criminal how few views these videos have. The Quality of every one and each of your videos is insane. Thank you!
No problem, I would like to think there is still many levels to of improvement to go. So this is great news.
This place is a knowledge hub for django ... I have learnt so many stuff here , thanks sir you are great. I am very thankful to youtube algo god to recommend this channel.
So nice of you 👍
Amazing video 1 from the series, just finished and going for the 2nd one.
Thank you
I think you did yourself (and viewers?) a disservice here with the weird(?) `django-admin starproject .` rather than just doing the normal way, creating the subdir with the same name as the project to hold the settings. Everything in the setup then just works when you use the pytest-django docs.
One of the best channels out there, thank you very much for the knowledge! i'm still new to testing so this helps out a lot.
Will you do any videos on GUI in the future?
Maybe - if I get around to it!
Going slightly off to the current video... Zander, will talk about frontend here.
But since a week I am going through the Vue Vutify and Nuxt.. I was quite confused while choosing a path between react-next-drf and vue-nuxt-drf..
After lots of research I concluded that the craze for React is more compare to Vue because it is been adopted widely. Most companies have built their projects upon React and that is why there are more job opportunities there.
But if there was no question about the job and just building a project with ease then Vue is equally capable of doing all the stuff what React can.
I am developing website for my own idea/business and therefore I chose Vue-Django. Also there is saying in Vue world that don't look for experienced Vue Developer, instead search for experienced JavaScript developer and give him a day to learn VueJs and he will be fit for the job.
So my decision was influenced based on get things done...
I would highly appreciate if you someday come up with DRF-Vue-Nuxt ecosystem... because a solo developer would love that.
Hi Aakash - it will happen, once I got ecommerce sorted on Next and Django Templates I will push our a Vue version 100% - At that point it will be super quick and easy.
There may be more React developers, still, it is always fun to write in Vue/Nuxt versus React. So we are waiting for Vue+DRF or Nuxt+DRF version :)
you definitely have the most useful django videos on youtube . keep making videos
Very well designed tutorial
Many thanks
Thanks. Its very helpful and easy to understand.
found a diamond video.. thanks a lot.
@veryacademy, Please add tutorials regarding how to write unit test of any third party API (authenticated) with the business logic involving database query.
You explained very well, thank you
Awesome. These tutorials are on point are not those regular django todo-like toys apps.
By the way first to comment ☺️☺️
Thanks Sharhan 👍 We will keep delving deeper as the channel grows. At the moment I feel tied to the Google Algorithm trying to balance quality with quantity making tutorials in a timely fashion. It is exciting, there is so much more to cover!
@@veryacademy You're doing great and killing it. We will all support this channel to grow
Awesome!
Thank you so much!
There might be a need to set up a committee to investigate why this channel is not getting up to 1M views.
Very helpful video, much appreciated!
Thanks a lot for such a nice playlist. I am a subscriber and regular visitor of your RUclips channel. Just 1 doubt, what does that 100% show in test output. Even if some test cases fails I received 100% there, and as low as 10% even in passed test cases. Thanks again.
Hi Himanshu, thank you! Regarding your question - 100% of tasks completed. 👍
@@veryacademy Got it now! means even the last test case (failing although) can show 100% because all the task collected are all completed by the time last test case finish. Thanks for quick reply...you are even faster than SO i think..😊
Hello my friend, will still this work with Django 4.0?
Should be fine.
i have some doubts as a python developer what types of testing we should conduct will you give clarity. testers will conduct more testing but developer what test conduct please give clarity
I was hoping you'd cover views.
Thank you dude!
No problem!
Can you tell me which theme you are using on VSCode?
Think it was night owl
Thanks, man :) Just quickly want to ask, you have another video in this playlist ) So which one is the gentlest intro? :D
Sorry I thought I removed the old one.
@@veryacademy then this one should be followed) great job and thanks for coming back with pytest again)
nice
03:30 Django setup
07:09 pytest-django setup
11:18 First test
17:01 Marking tests
17:57 Custom markers
I am not able to load my environment variable when running pytest
raise KeyError(key) from None
KeyError: 'PG_PASSWORD'
i wish django would just get rid of unittest