ECommerce website for educational purposes.
- Clone this repository
git clone https://github.com/DenManokhin/OnlineShop.git
- Install the required packages
pip install -r requirements.txt
- Create
.envfile in the project's root and define following variables insideDEBUG= SECRET_KEY= SOCIAL_AUTH_FACEBOOK_KEY= SOCIAL_AUTH_FACEBOOK_SECRET= SOCIAL_AUTH_GOOGLE_OAUTH2_KEY= SOCIAL_AUTH_GOOGLE_OAUTH2_SECRET=
- Now you can run the development server
python manage.py runserver_plus <address:port> --cert <filename>