Developer Blogs Showcasing the magic of coding.

Django many to many

Django’s many-to-many fields provide a convenient way to handle relationships between models. They allow you to create relationships between objects without having to create a separate model to represent the relationship. This can be useful when you need to store information about a relationship, but don’t need to store any additional information about the relationship itself.


django create superuser

Creating a superuser in Django is a great way to give yourself access to the admin panel of your website. It allows you to manage users, content, and other settings from one central location.


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...


Scroll to Top