项目作者: Ananto30

项目描述 :
An inventory and purchase/sales (transaction) management Django app with custom django admin and django rest
高级语言: Python
项目地址: git://github.com/Ananto30/django-shop.git
创建时间: 2018-12-25T09:24:02Z
项目社区:https://github.com/Ananto30/django-shop

开源协议:

下载


django-shop

An inventory and purchase/sales (transaction) management Django app with custom django admin and django rest

Installation

Use Python 3 (recommended v3.6)

Git clone then use a virtual environment.
Install requirements.

  1. pip install -r requirements.txt

Make migrations.

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

Create superuser.

  1. python manage.py createsuperuser

Start server.

  1. python manage.py runserver

Documentation

  • localhost:8000/docs