Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 452 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 452 Bytes

Django Ecommerce App

Description

An Ecommerce App using Django

Installation

pip install -r requirements.txt

Running the app

$ python manage.py runserver

Setup

Create .env file in the root directory and add the following configuations:

DJANGO_ENV - Set environment as development or production
SECRET_KEY - Set Secret key for django internal usage

License

This project is MIT licensed.