Developer Blogs Showcasing the magic of coding.

Django Interview Questions?

In this blog, I'll be going over some of the most important interview questions asked during a django developer interview. These include some of the classics as well as my personal experience with the interviews and questions that I recall being asked. let's get right into it...


What is Django Used for ?

In this blog, I'll be discussing what is Django, how does Django work, and what is Django used for. I will also be going over some of the key points on why it is so famous also mentioning some of the major companies and platforms that are running on Django.


Django Admin filter duplicate values

In this blog I will be showing you how to add a custom filter to your django admin page in list_filter which allows you to see duplicate results.


django created at updated at auto fields

Django comes with its automatic time stamping for created_at and updated_at. For this purpose, there are 2 properties included that are django auto_now_add and auto_now.


Django Admin list_filter

In this blog, I will be showing you guys how to add basic filters and custom filters to your Django admin page so that you can filter the results of your listing page however you want.


Django Admin Change Color

we have always seen Django admin with a standard greenish blue color but we can customize django admin theme and change its color because everything can be edited and customized which is one of the coolest parts of this great framework. Let's dive into how to do that...


Django database connection settings

Django has the build in support for most of the available databases here is the list of most common databases i.e SQLite, PostgreSQL, MySQL, MongoDB, Oracle and how to connect them to your django project.


Best Django CMS for Blog App

There are alot of Django CMS (Content Management Systems) available for managing your content like Wordpress or we can say similar to wordpress in Django. I will be discussing the best ones out there with great features and incredible support...


Host your Django app on GoDaddy ?

In this blog I will be discussing whether or not it is possible to deploy a django app on cpanel based shared hosting plan on Godaddy. lets dive into it...


Whats new in Django 3.0 ?

whats new in Django 3.0? Yes, it is just released on 2nd December 2019. We will be discussing the new features which it came with. previously Django had major release of 2.0 with latest version 2.2.8 to date. But in this blog we will be solely discussing what new in 3.0 only. Let's get started..


Scroll to Top