Skip to content

morteza06/E-commerce-Website

Repository files navigation

JustDjango

The Definitive Django Learning Platform.

Django Project Boilerplate And Ecommerce Project

======= This repository is a boilerplate Django project for quickly getting started and implementation Ecommerce project.

Getting started

Steps:

  1. Clone/pull/download this repository
  2. Create a virtualenv with -m venv env and install dependencies with pip install -r requirements.txt
  3. Configure your .env variables
  4. Rename your project with python manage.py rename <yourprojectname> <newprojectname>