项目作者: briefausde

项目描述 :
Django Simple Shop
高级语言: Python
项目地址: git://github.com/briefausde/DjangoSimpleShop.git
创建时间: 2018-07-19T15:27:26Z
项目社区:https://github.com/briefausde/DjangoSimpleShop

开源协议:

下载


DjangoSimpleShop

A simple online store with all the necessary features, written in Django.

How to start

Clone repository and install requirements in your virtual environment

  1. pip install -r requirements.txt

Create migrations

  1. python manage.py makemigrations
  2. python manage.py migrate

Then start the server

  1. python manage.py runserver