Skip to content

ricketts/bookstore

 
 

Repository files navigation

bookstore

Installation

1.First you need to create a virtual environment

In windows the commands are below py -3 -m venv venv cd venv pip install -r requirements.txt (The requirements for this project will be installed)

2.Project Setup

cd bookstore python manage.py migrate (this will migrate everythings) Now create superuser (python manage.py createsuperuser) and add some books to it

Home page

Remember on home page it will show only 8 products 1 2 3 4

Product Detail Page

5

Cart Page

6

Checkout Page

7

About

Bookstore in django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 49.3%
  • CSS 39.9%
  • HTML 7.7%
  • Python 3.1%