项目作者: iColdPlayer

项目描述 :
Simple online shop starter with Django
高级语言: Python
项目地址: git://github.com/iColdPlayer/django-shop.git
创建时间: 2019-01-04T14:25:17Z
项目社区:https://github.com/iColdPlayer/django-shop

开源协议:MIT License

下载


Online shop starter using django

Installation

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

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

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

  1. python -m venv env
  2. source env/bin/activate

Install the dependencies:

  1. pip install -r requirements.txt

Run the server and you’re ready to go.

  1. ./manage.py runserver

Visit your localhost : localhost:8000

Thank you!.