Skip to content

begugla1/japan_shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

japan_shop

Django first project

Little internet-shop with authenctication, cart and favorites.
!!! Now you can't test this project cause it was made private !!!

To run this project, you need to follow next steps:

  1. Install all requirements >>> pip install -r requirements.txt
  2. Create .env file in japan_shop folder and append there next code:
    EMAIL_HOST_USER=yourValidGmailAddress
    EMAIL_HOST_PASSWORD=gmailAppPassword*
  3. To login with Google OAUTH2 you need to run server with https protocol with help of next command:
    python manage.py runserver_plus --cert-file cert.crt
  4. You need to install Stripe CLI and login there

*See more information about App Password here https://support.google.com/accounts/answer/185833?hl=ru

Admin login: admin
Admin password: admin

About

Django first project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published