Skip to content

It is a simple implementation of logistics order flow using django-fsm

Notifications You must be signed in to change notification settings

asgarzee/logistics-flow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Implementation of logistics flow

We have separate APIs for all the states so that if we want to add more functionalities to each states in future.

Requirements

1. Python 3.5
2. Django 2.0
3. PostgresSQL 9.6

Create Virtual Environment

Follow instructions at: http://pypi.python.org/pypi/virtualenv

Install Requirements

pip install -r requirements/base.txt

Run Migrations

python manage.py migrate
python manage.py loaddata initial_data

Run Server

python manage.py runserver

Releases

No releases published

Packages

No packages published

Languages