sajib1066 / django-oscar-ecommerce

Django based e-commerce application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django Oscar Ecommerce

How To Setup

git clone https://github.com/sajib1066/django-oscar-ecommerce.git
cd django-oscar-ecommerce
python3 -m venv venv
source env/bin/activate
pip install -r requirements.txt
cp examples/local_settings.example django_oscar_ecommerce/local_settings.py
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver

About

Django based e-commerce application.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%