iColdPlayer / django-shop

Simple online shop starter with Django

Home Page:https://icoldplayer.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Online shop starter using django

Installation

Clone the repository to you local machine, and move to the project folder.

git clone https://github.com/iColdPlayer/django-shop.git

cd django-shop

Create the VirtualEnv for your Django project, learn more about Virtual Environment here (Indonesian).

python -m venv env

source env/bin/activate

Install the dependencies:

pip install -r requirements.txt

Run the server and you're ready to go.

./manage.py runserver

Visit your localhost : localhost:8000

Thank you!.

About

Simple online shop starter with Django

https://icoldplayer.herokuapp.com

License:MIT License


Languages

Language:Python 63.0%Language:HTML 34.3%Language:CSS 2.7%