Django has two types of views; function-based views (FBVs), and class-based views (CBVs). Django originally started out with only FBVs… (more…)
Read more »
Django might not be the most trendy framework to use anymore, but it's insanely stable, extendable and has an active community around it. That, and simply because I am able to build stuff with it fast, I used it to build my app [MentorCruise.com](https://... (more…)
Read more »
Given the size of Microsoft, their reputation in enterprise environments and the growth of Azure as a cloud platform, its fair to say that ignoring Microsoft (and their associated products) in your test scripts will limit the ability for your app to grow....
Read more »
Django model is the single, definitive source of information about your data. (more…)
Read more »