• Stars
    star
    120
  • Rank 286,872 (Top 6 %)
  • Language
    Python
  • Created over 6 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This is a shopping cart application created using Django 2.0 and Python 3.6

Shopping-Cart-Using-Django-2.0-and-Python-3.6

Hey and welcome to this Python Django tutorial series. My name is Henry Mbugua and I will be taking you through the various aspect of building a shopping cart application using Django 2.0 web framework and Python 3.6. I am a software developer at Muva Technologies where our main focus is to offer services around mobile solutions(Apps), web solution and websites, payments integration, web hosting and domains, and last but not least, consultancy and training.

Topics that will be covered in this tutorial:

Lesson 1 Building an E-Commerce Shopping Cart Using Django 2.0 and Python 3.6

Lesson 2 Creating Our Shop app and designing product model in Django 2.0 and Python 3.6

Lesson 3 Registering our models in admin site and creating views in Django 2.0 and Python 3.6

Lesson 4 Defining Url patterns and template for Our Shop products in Django 2.0 and Python 3.6

Lesson 5 Completing product detail template for Our Shop products in Django 2.0 and Python 3.6

Lesson 6 Developing shopping cart class for Our Shop products in Django 2.0 and Python 3.6

Lesson 7 Creating Shopping Cart Views for Our Shop products in Django 2.0 and Python 3.6

Lesson 8 Developing a Context Processor for our Current Cart in Django 2.0 and Python 3.6

Lesson 9 Persisting customer orders to the database in Django 2.0 and Python 3.6

Lesson 10 Lesson 10: Completing persisting customer orders to database in Django 2.0 and Python 3.6