Getting started with Django 1.11
Django is an open source web-framework written in Python, which is based on the Model-View-Controller MVC architectural pattern. It is mainly used for...
February 28, 2018 2 min read
Posts with tag : Django
Django is an open source web-framework written in Python, which is based on the Model-View-Controller MVC architectural pattern. It is mainly used for...
February 28, 2018 2 min read
Django 1.11 has introduced Class-Based Views for Authentication. In this post, we'll look over how to use these class based views in our project. Let...
February 14, 2018 2 min read
Django Model Relationships
July 23, 2017 5 min read
In this post we will discuss the basics of model mappings in Django for One to One, One to Many and Many to Many relationships. Before we proceed, let...
July 23, 2017 4 min read