Multi Tenancy in Django Unknown August 01, 2016 Multi Tenancy is an architecture in which a single instance of software runs on multiple tenants. This means that, you will have same... Continue Reading
Using Bootstrap Datatables with Django [How To] Unknown July 24, 2016 Datatables is a Jquery plugin that allows you to create awesome tables, with functionalities such as searching, sorting the table by a spe... Continue Reading
Database: To Encrypt...Or Not to Encrypt? Unknown June 10, 2016 Recently while working on a project, we faced yet another dilemma: whether we should encrypt the database or not? This was not a big dec... Continue Reading
Jupyter Notebook with Django Unknown May 13, 2016 Introduction To start with, I am a Python and Django lover and like to stay in Python for as long as I can while programming. It's s... Continue Reading
10 Reasons to Start Learning Django Unknown April 17, 2016 Are you thinking about Web Development or learning a web framework? Then Django is the way to go! For those of you who are not aware, ... Continue Reading