Django learning resourcesIf you are trying to learn Django and looking for learning resources this thread is for you.Aug 13, 20211Aug 13, 20211
How to pass values from Vuejs to html tagsSometimes it is necessary to pass Vuejs data into html tags. In this short tutorial I will make two examples using the Img scr tag and the…May 6, 2020May 6, 2020
Exclude fields from pymongo resultsMongoDb is a great database with good documentation. However I find the pymongo documentation inadequate.May 1, 2020May 1, 2020
Google fails at social media apps but there is still hopeFor as long as I’ve known Google and as far as I can remember Google has attempted to build a social media site (the likes of facebook…Mar 26, 2019Mar 26, 2019
Run pip.main() in version 10 and 9AttributeError: Module Pip has no attribute ‘main’Dec 4, 2018Dec 4, 2018
Using Django SignalsDjango signals is useful for informing one part of your code with changes in another. This tutorial is specific for using post_save signal…Aug 11, 2018Aug 11, 2018