Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 843 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 843 Bytes

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