Lecture: 21-empty-django-project-and-app

April 4, 2026

Checkpoints

[]
This indicates the user is not authenticated or the content is paywalled.
Free Video:

Content

Minimum Viable Prototype (MVP) of a Dynamic Site Generator

Creating a New Django Project

let's say you want your project to be your personal website

django-admin startproject homepage
cd homepage

You can run the project right away, (though there won't be much to do)

python3 manage.py runserver

from the terminal window, type ctrl+c at the same time to kill the server.

Edit settings

This Content is Locked

The content is free but you have to be signed in to view it. Please sign in to continue...

Info

Status: Released
Paywall: Free
video: https://backpack.danaukes.com:8001/django/lectures/21-empty-django-project-and-app/2026-03-19 06-55-33.mp4
free_video: https://backpack.danaukes.com:8001/django/lectures/21-empty-django-project-and-app/2026-03-19 06-55-33-short.mp4
authenticated: False
can view paywalled content: False