Skip to content

mikoim/tim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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