Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 616 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 616 Bytes

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