The Definitive Django Learning Platform.
======= This repository is a boilerplate Django project for quickly getting started and implementation Ecommerce project.
Steps:
- Clone/pull/download this repository
- Create a virtualenv with
-m venv envand install dependencies withpip install -r requirements.txt - Configure your .env variables
- Rename your project with
python manage.py rename <yourprojectname> <newprojectname>