Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 431 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 431 Bytes

tim

The Tiny Inventory Manager

Requirements

Getting Started

git clone https://github.com/mikoim/tim.git
cd tim
pip install -r requirements.txt

# 1. Synchronize the database state
python manage.py migrate

# 2a. Run tim in development server
python manage.py runserver

# 2b. Run tim in Gunicorn
gunicorn tim.wsgi

Demo