Recent Blogs

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... Feb 27 2020 by Shahraiz Ali

Django Admin show custom field in list_display

In this blog I will be showing you guys how to show some fields in django admin page record listing in list_display. Oct 12 2019 by Qaisar Ali Abbas

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. Apr 05 2020 by Shahraiz Ali

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. Apr 24 2020 by Shahraiz Ali

Heroku Django store your uploaded media files for free

In this blog I will be showing you guys how to connect heroku Cloudinary with your Django app to store your Media files on cloudinary. We are doing this because we are not able to store our images/ Media on our heroku server specifically. Oct 22 2019 by Shahraiz Ali

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... Dec 03 2019 by Shahraiz Ali

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. Feb 26 2020 by Shahraiz Ali

Integrate Wagtail into existing Django project - Django Blog App

In this blog post I will be explaining how to Integrate Wagtail into you existing django project. Simply showing how to add a blog app in your django project using wagtail which is a CMS system built on top of Django. Oct 17 2019 by Shahraiz Ali

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... Jan 15 2020 by Shahraiz Ali

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. May 02 2020 by Shahraiz Ali


Scroll to Top