https://github.com/exhuma/tinvent
A "Team/Group" Inventory management system
https://github.com/exhuma/tinvent
Last synced: about 1 year ago
JSON representation
A "Team/Group" Inventory management system
- Host: GitHub
- URL: https://github.com/exhuma/tinvent
- Owner: exhuma
- Created: 2010-06-08T15:14:00.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2010-06-26T11:27:00.000Z (almost 16 years ago)
- Last Synced: 2025-01-30T12:32:33.716Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 500 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Application to manage a set of items shared by a group of people (or just one)
This is currently simply a place to collect some thoughts on the topic. The app
is far from usable.
LICENSE
==========================
LGPL
SETUP
==========================
1. run "install.sh"
2. verify "tinvent/development.ini" AND "migrate_repo/migrate.py" for database connection
3. in the folder "tinvent" run "python setup.py develop"
4. run "paster serve development.ini" to start the server