Getting started with Django roadmap — Part 1

Taiwo Kareem
3 min readJun 30, 2022

Have you ever started learning Django and are completely confused about the various steps to take. For example, when to run the migrate command, when to run the makemigrations command etc. If this is you, you are in the right place. So let’s get started.

Django getting started roadmap

1. Creating a project

django-admin startproject

--

--