Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 989 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 989 Bytes

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>