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
- Host: GitHub
- URL: https://github.com/othreecodes/delvrit
- Owner: othreecodes
- License: mit
- Created: 2017-05-02T15:21:21.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-26T21:11:14.000Z (over 8 years ago)
- Last Synced: 2025-04-03T05:11:11.500Z (10 months ago)
- Topics: dbms, dbsystem, django, python
- Language: Python
- Homepage:
- Size: 447 KB
- Stars: 15
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Running
```bash
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
```