Skip to content

minhaz-engg/bookStorem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YT_Django_Project_Ecommerce_v1_Part3

Instructions

  1. Download
  2. Extract in a folder
  3. Open with visual studio code

Commands:

py -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
py manage.py runserver

In core /settings.py the stripe is commented out - just put your own details in here (not all of these are connected to the project)

Stripe Payment

PUBLISHABLE_KEY = '' SECRET_KEY = ''

Admin login

  1. http://127.0.0.1:8000/admin
  2. username and password = admin

About

This is a Book E-Commerce application where an user can buy books.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published