Sumit S Chawlasimplykeep.in·Oct 9, 2024Day 4: Implementing a Custom User Model in Django and Creating a SuperuserWelcome back to our Django tutorial series! In Day 4, we'll delve into creating a custom user model in Django and how to register it. We'll also walk through creating a superuser to test our new model. By the end of this tutorial, you'll have a custo...60 readsHands On Django : Building a Project Management SystemPython
Sumit S Chawlasimplykeep.in·Sep 25, 2024Day 3. Getting Started with Django: Installing, Creating Your First Project, and Understanding the StructureWelcome to Day 3 of Django tutorial series! In this blog, we’ll go through installing Django, creating your first project and application, and exploring the project structure that Django generates. By the end of this tutorial, you'll have a solid fou...47 readsHands On Django : Building a Project Management SystemDjango
Sumit S Chawlasimplykeep.in·Sep 20, 2024Day 2. Introduction to DjangoWhat is Django? In simple terms, Django is an open-source web framework written in Python. It follows the "Don't Repeat Yourself" (DRY) principle, promoting reusability and reducing redundancy in code. Django's primary goal is to simplify the process...50 readsHands On Django : Building a Project Management SystemDjango
Sumit S Chawlasimplykeep.in·Sep 20, 2024Day 1. Prerequisites and Best PracticesStarting a new Django project is an exciting venture into web development with Python. However, setting up your development environment correctly is crucial for a smooth and efficient workflow. This guide will walk you through the essential prerequis...102 readsHands On Django : Building a Project Management Systemslice-of-code