MA
makrohn/basic_inventory
For keeping track of simple inventories, like an IT closet
This is a tool that was developed by an IT team so that they could keep track of their inventory in an inventory room.
It's a Django app
To install into your existing Django server:
Clone repo to "inventory" folder
Add 'inventory.apps.InventoryConfig', to INSTALLED_APPS in your project's setting.py
Add url(r'^inventory/', include('inventory.urls')), to urlpatterns in your project's urls.py
python manage.py makemigrations inventory && python manage.py migrate inventory
You'll also want to copy settings.py.sample to settings.py, and fill in the settings as appropriate so that email alerts get sent when inventory gets low.
Languages
Python81.6%HTML18.4%
Contributors
GNU General Public License v3.0
Created January 21, 2016
Updated January 21, 2016