Site icon JnPnote

Following Django Tutorial (Todo App)-Part1

This post is for myself to remember how to start the basic Django project.
I did follow the tutorial from the JustDjango Learn website free tutorial.
And this is the first tutorial named Django Crash Course.
While the tutorial was on MacOS with VSCode using terminal bash, I was following this on Windows with VSCode using Windows PowerShell for the terminal.
All my explanation would be on WindowsOS.

1. Prerequisites

2. Start Project

left side of screenshot is from the video tutorial. used this because I proceed little steps already. right side is my local.
use “python -m virtualenv env” instead just “virtualenv env” for my PowerShell

3. Start Django Project

without using space and dot
with space and dot

I used two different name of project, djangoTodo and test_1. it is because I started the project first and start writing this blog for record and understand deeply myself, so I restarted the test one to do it over again. I will resume to the original project name djangoTodo in middle of next post.

I stopped here because the post is getting too long since I use screenshots a lot.

Exit mobile version