Developer Blogs Showcasing the magic of coding.

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.


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.


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.


Setting Up Django Project with Production Environment

In this tutorial I'll be showing you guys how to modify your project structure so that it best fits the production environment and you can be more productive in developing once all the workflow is setup.


Scroll to Top