Inventory items can divided into categories having category-specific properties which can be custom-added by the user.
This is basicaly a CRUD system for Floor, Room, Category, Item and User.
It also has an advanced filter page with intuitive tables and add/edit/delete facility from the table itself.
CSV files are also available for download.
pip install -r requirements.txt
- Create a postgres database and fill the credentials in settings.py within DATABASES
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
and add an admin user- Open 127.0.0.1:8000 on your browser and login with admin credentials