Django

Deploy Django Project in Heroku

  • June 10, 2020

In this post, we will deploy a Django project in Heroku that can be accessed via the internet. Heroku is a cloud-based platform that lets you...

Category Manager In Django (2)

  • May 28, 2020

In this post, we will continue our Django tutorial by adding functionality to our category manager app that we are building in Django. We will disable/hide...

Django Admin Panel

  • April 23, 2020

In this post, we will learn about Django Admin Panel. We will learn to setup database, create users, assign permissions and manage custom data via admin...

Getting Started with Django

  • April 14, 2020

In this post, we will get started with django framework, set up django in our local environment and briefly introduce the django folder structure. This post...