Python Django Project - Ecommerce Store (2021) - Part 1 - Building models, views and testing

Welcome to the Django Ecommerce Projectv1 2021. This Django project is aimed at getting you started with Django and moving you into more advanced topics as the project progresses. This first tutorial is most definitely aimed at Django beginners where we cover the basics of developing Django views, URLS, models and get started with testing our application. By the end of this tutorial you will have a working product catalogue which will form the basis of our Ecommerce application. Timeline: Introduction & Getting Started ==== 00:00 Project Introduction 04:38 Preview of final application Development ==== 05:52 Visual Studio Extensions 07:38 Check Python Version 07:42 Create Virtual Environment 08:30 Install Django 08:52 Start Django Project 09:40 Create New Django App 10:42 Building the Models 29:37 Install Pillow 30:02 Make Initial Migrations 31:43 Setup the Media Folder for Saving Images 36:39 Django Admin Configuration Testing Part 1 - T
Back to Top