image
The Ultimate Drawing Course Beginner to Advanced...
$179
$79
image
User Experience Design Essentials - Adobe XD UI UX...
$179
$79
Total:
$659

Description

Django is such an awesome web framework that little by little has become very popular amongst developers all over the world. Django follows the DRY principles and it is also written on quick and powerful Python language. On this course I will show you how you can create a shopping cart website fast and easily.


This is a very practical course about how to develop a shopping cart website with Django 2.
By the end of this course you will have a full understanding of how you can develop django based ecommerce apps.
Who this course is for:
In this course you will be taught step by step how to develop a shopping cart from scratch with Django 2 and Python 3.6
This course is also for programmers who want to learn with the latest version of Django and also want to develop E-commerce applications with it.

What you'll learn

Installation of Python 3.6

Installation of Django 2

Develop ecommerce websites using Django 2 and Python 3.6

Bootstrap 4

Fontawesome 5

Payment integration with Stripe

Email delivery service integration with Mailgun

Configuration of web server (Apache) from scratch (This will involve configuring mod_wsgi to get your django application running on the production server).

Requirements

  • You will need a copy of Adobe XD 2019 or above. A free trial can be downloaded from Adobe.
  • No previous design experience is needed.
  • No previous Adobe XD skills are needed.

Course Content

27 sections • 95 lectures
Expand All Sections
1-Shopping Cart Website with Django and Python Journey Begins Here...
1
1.1-Introduction
2-Django 2 and Python 3.6
24
2.1-Installation of Python 3.6 and Django 2.0 on windows 10
2.2-Installation of Python 3.6 and Django 2.0 on mac
2.3-Creating the Project
2.4-The shop app (Part 1)
2.5-The shop app (part 2) - Models and Admin
2.6-The shop app (part 3) - Django shell
2.7-The shop app (part 4) - Categories View and HTML Templates
2.8-The shop app (part 5) - Product View and HTML Template
2.9-Implementing bootstrap 4 in django
2.10-Styling the header, navbar and footer with bootstrap 4
2.11-Styling category page with bootstrap 4
2.12-Styling product page with bootstrap 4
2.13-Implementing Fontawesome 5
2.14-Paginator
2.15-Search functionality for the website
2.16-The cart app - Part 1
2.17-The cart app - Part 2
2.18-Taking Payment (Stripe)
2.19-Creating Orders
2.20-Thanks Page
2.21-Sign Up, Sign In, Sign Out
2.22-Email Orders
2.23-Customer orders history
2.24-Upload the website project to a production Linux server