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? 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..
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.
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.
In this blog I will be showing you guys how to show some fields in django admin page record listing in list_display.
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.