pashamagpie / pashop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django Ecommerce App

Setup

Install dependencies:

pip install -r requirements.txt

Apply migrations and start server:

python manage.py migrate
python manage.py runserver

Open your browser to http://localhost:8000 and you should see the application.

About


Languages

Language:Python 96.7%Language:JavaScript 1.4%Language:CSS 1.2%Language:HTML 0.5%Language:PowerShell 0.1%Language:Shell 0.0%