Part one - Setting up - Building an e-commerce website using Django and Vue

In this part, we install and set up everything we need to get started. We'll also create a front page and a few other templates.

Todo list for part 1

  • -Create a virtual environment
  • -Install Django and create a project
  • -Set up the database
  • -Create a superuser
  • -Create a folder for the Django apps
  • -Create folder and Django app for the core views (apps/core)
  • -Create the base template
  • -Create view for the front page and a very basic template
  • -Creating a contact simple page
  • -Check that everything is working

Comments

ahmed mosaed | Aug 11, 21 06:09

Dear Thank you for your marvelous courses, still, I am suggesting to give us like exercise files by a video containing the steps.

For example it took me a lot to write the HTML code from the video ,


Stein Ove Helset | Aug 12, 21 06:06

Thanks :-D All of the code from the videos should be available in my GitHub account :-) But I still suggest that you write all of the code, it makes you learn it even better ;-)

ahmed mosaed | Aug 12, 21 02:20

Thank you, Dear, for your reply, actually I learned from typing the HTML myself :D, what I meant, if someone is seeking only the Django knowledge it will be just a hard part, still not in vain :D.

Thank you again and I am already recommending your channel to my fellow Django beginners :)


Stein Ove Helset | Aug 13, 21 05:46

Yeah, I see :-) Thank you so much for recommending me :-D

Add comment

Newsletter

Subscribe to my weekly newsletter. One time per week I will send you a short summary of the tutorials I have posted in the past week.