/django-shop

Simple online shop starter with Django

Primary LanguagePythonMIT LicenseMIT

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!.