Shopping Cart Website with Django and Python Journey Begins Here...
  • Introduction
Django 2 and Python 3.6
  • Installation of Python 3.6 and Django 2.0 on windows 10
  • Installation of Python 3.6 and Django 2.0 on mac
  • Creating the Project
  • The shop app (Part 1)
  • The shop app (part 2) - Models and Admin
  • The shop app (part 3) - Django shell
  • The shop app (part 4) - Categories View and HTML Templates
  • The shop app (part 5) - Product View and HTML Template
  • Implementing bootstrap 4 in django
  • Styling the header, navbar and footer with bootstrap 4
  • Styling category page with bootstrap 4
  • Styling product page with bootstrap 4
  • Implementing Fontawesome 5
  • Paginator
  • Search functionality for the website
  • The cart app - Part 1
  • The cart app - Part 2
  • Taking Payment (Stripe)
  • Creating Orders
  • Thanks Page
  • Sign Up, Sign In, Sign Out
  • Email Orders
  • Customer orders history
  • Upload the website project to a production Linux server