Love your tutorials , keep up the good work sir . No one taught me about testing and recently got some interview about testing and here you are , thanks 😊
Thanks for the great videos! What if I need to create different objects with different model fields? To do this, you need to create parameterized factories?
Hey Zander, I've been watching your tutorials for a very long time! Tbh your video tutorials have taught a lot to me! Keep up the good work! ^^ Also, just a quick suggestion, could you make a tutorial on Django for crypto transactions? I think that would be a great intermediate project. Thanks for reading out this comment! :)
Working as we speak - I need to finish some project first then, sure I will do a poll to see what everyone wants - will add this to the suggestions. Sounds like an interesting/relevant project, thank you. 👍
Previously, when I was developed an e-commerce using Rails, I also used factory test but not factory boy. It’s factory girl. Well somehow, this video makes me think. Are factory boy and factory girl was developed by the same team or individual?
Most packages on PyPi will indicate the licence requirements and provide details of what you need to do. Most packages are MIT - if you are not sure and taking to production on PyPi you can find a link to the author contact info - just ask 👍
Love your tutorials , keep up the good work sir .
No one taught me about testing and recently got some interview about testing and here you are , thanks 😊
Great to hear!
Thank you so much Sir..Stuff on Django really awesome, hoping more on Django!
More to come!
Amazing tutorial! Also wanted to know, what's the theme you are using in VS Code? Looks really nice!
Thanks, theme is owl2 if I remember right
Thank you. Please make a series on Scraping web and saving in Django database.
I will do eventually, it’s on my future todo list
Thank you, Man! That's solid!
Thanks for the great videos! What if I need to create different objects with different model fields? To do this, you need to create parameterized factories?
Hey Zander, I've been watching your tutorials for a very long time! Tbh your video tutorials have taught a lot to me! Keep up the good work! ^^ Also, just a quick suggestion, could you make a tutorial on Django for crypto transactions? I think that would be a great intermediate project. Thanks for reading out this comment! :)
Working as we speak - I need to finish some project first then, sure I will do a poll to see what everyone wants - will add this to the suggestions. Sounds like an interesting/relevant project, thank you. 👍
Awesome as always 👍😀
Thanks again!
Thank you a lot
i don't unserstand where is come user_factory in 15:38 nerly minutes please describe this thanks
Cool new stuffs💐
Previously, when I was developed an e-commerce using Rails, I also used factory test but not factory boy. It’s factory girl. Well somehow, this video makes me think. Are factory boy and factory girl was developed by the same team or individual?
Hi Ahmad - Yes Factory Boy was inspired from Factory Girl 👍
@@veryacademy ooo.. got it..
it would help if you could reference your prev tutorial that you mention in this video, in description or i button
On it right now - I am giving this a GitHub home
github.com/veryacademy/pytest-django-course
can we use any python library or open source library in our django project (in production or in web apps) ?
Is there any issue for License or copyright ?
Most packages on PyPi will indicate the licence requirements and provide details of what you need to do. Most packages are MIT - if you are not sure and taking to production on PyPi you can find a link to the author contact info - just ask 👍
what is the purpose of using .build method at 16:16 , can someone please guide me ?
i use function create() and get error "Got an error creating the test database: permission denied to create database"
why you didn't use factory.Faker instead of Faker?