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:
- Install all requirements >>> pip install -r requirements.txt
- Create .env file in japan_shop folder and append there next code:
EMAIL_HOST_USER=yourValidGmailAddress
EMAIL_HOST_PASSWORD=gmailAppPassword* - 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 - 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