↧
Django Unit Test with Patch and MagicMock Example
Ever had a child that asked, “Why?” to every answer you give. It could have started with your statement, “Children should do what their parents tell them to do.” If you try to answer each “Why?”...
View ArticleDjango Signals Example
Have you read the Django Signals Documentation and wondered, “Okay, how the heck do you actually use it? How about an example?” If so, then you’ve come to the right place. Will demo by example adding...
View ArticleHow to import python files with hyphens
Not a good idea to name python files with hyphens. If you can, rename. Use underscores, not hyphens. Sometimes it’s not feasible to rename and you just want to import. Can’t use “from some-package...
View Article