Skip to content

jondjacobsen/perfectcushion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UDEMY COURSE - Django Store Tutorial

alt text

MD Cheatsheet

SECTIONS COMPLETE:

  • Section 1 - Shopping Cart Wesite - 4min

    • Introduction
  • Section 2 - Django 2 and Python 3.6

    • Installation of Python 3.6 and Django 2.0 on windows 10
      • 6min
      • Finished 12/28/2019
    • Installation of Python 3.6 and Django 2.0 on mac
      • 9 min
      • Finished 12/29/2019
    • Creating the project
      • 11 min
      • Finished 1/3/2020
    • The Shop App (Part 1)
      • 11 min
      • Finished 1/5/2020
    • The shop app (Part 2) - Models and Admin
      • 27 min
      • Finished 1/6/2020
    • The shop app (part 3) - Django Shell
      • 20 min
      • Detail on writing queries in the shell to enable you to manipulate your data in django without using outside database apps. Products.objects.all() is a good example.
      • Finished 1/10/2020
    • The shop app (part 4) - Categories Views and HTML Templaters
      • 31 min
      • This when through the setup needed to get the front end website ready for viewing by users. This included setting up many different functions.
      • Finished 1/12/2020
    • The shop app (part 5) - Product View and HTML Template
      • 14 min
      • Finished 1/12/2020
    • Implementing bootstrap 4 in django
      • 10 min
      • Finished 1/12/2020
    • Styling the header, navbar and footer with bootstrap 4
      • 13 min
      • Finished 1/24/2020
    • Styling category page with bootstrap 4
      • 16 min
      • Finished 1/24/2020
    • Styling product page with bootstrap 4
      • 10 min
      • Finished 1/25/2020
    • Implementing Fontawesome 5
      • 6 min
      • Finished 2/1/2020
    • Paginator
      • 7 min
      • Finished 2/4/2020
    • Search functionality for the website
      • 11 min
      • Finished 2/6/2020
    • The cart app - Part 1
      • 21 min
      • Finished 2/17/2020
    • The cart app - Part 2
      • 13 min
      • Finished 2/19/2020
    • Taking Payments
      • 13 min
      • Finished 2/22/2020
    • Creating Orders
      • 28 min
      • Finished 3/1/2020
    • Thanks Page
      • 6 min
      • Finished 3/4/2020
    • Sign Up, Sign In, Sign Out
      • 37 min
      • Finished 3/10/2020
    • Email Orders
      • 28 min
      • MailGun methods
      • Attempting to determine if this section is skipable due to the massive amount of URL setup on MailGun itself.
      • Finished s00n - Not yet
    • Customer orders history
      • 6 min
      • Finished soon
    • Upload the website project to a production Linux Server
      • 37 min
      • Finished soon

MailGun Setup:

Set the value of the DNS server for domain: title-expert.com

File Type HostName Text
.TXT mg.title-expert.com v=spf1 include:mailgun.org ~all

  • TOTAL Complete TIME = 5 hour(s) 13 minutes

  • Remaining Time = 1 Hours 21 minutes

About

Udemy.com course for making an e-commerce website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published