Getting Started
  • How to Setup Python for Django (virtual environment with venv)
  • How to Start a Django Project and Run the Development Server
  • How to Make a Website with Python (Django hello world tutorial)
Building a Website with Django
  • How to Render Django Templates with HTML
  • How to Do Database Stuff with Django Models (without knowing SQL)
  • How to Use the Django Admin Site (create super user and login)
  • How to Make Django Pages Dynamic (pass model data to templates)
  • How to use Django Forms
  • How to do CRUD in Django
Front-end Design with Bootstrap
  • How to use Bootstrap with Django