Intro To Django with Python For Web Development
  • Introduction
  • First Things First: How To Get Support Fast!
  • Install Python
  • Download Sublime Text Editor
  • Set Up A Virtual Environment
  • Install Django
  • Django Version 3.0 Update
  • Create A New Project
  • Run the Web Server
  • Migrate and Admin Area
  • StartApp
  • Django Views
  • Template Files
  • URLs
  • Creating Links
  • Extends Base File
  • Block Title
  • Create a Navbar
  • Using Python on a Page
  • Using External Python Programs
  • Static Image Files
  • More Static Images on About Page
  • Bonus Lecture