An open API service indexing awesome lists of open source software.

https://github.com/othreecodes/delvrit

Ware house inventory management system in Django
https://github.com/othreecodes/delvrit

dbms dbsystem django python

Last synced: 9 months ago
JSON representation

Ware house inventory management system in Django

Awesome Lists containing this project

README

          

# Running
```bash
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
```