nesh170 / asap-inventory-system

This is a concept inventory system for ECE458. It is built by ASAPsolutions
1 stars 0 forks source link

Create new request model #163

Closed nesh170 closed 7 years ago

nesh170 commented 7 years ago

Create new app:- inventory-requests

RequestCart:-

Disbursement:-

Loan:-

nesh170 commented 7 years ago

find . -path "/migrations/.py" -not -name "init.py" -delete python3 manage.py makemigrations

repeat each line with the appropriate app_name

python3 manage.py migrate --fake zero python3 manage.py migrate

nesh170 commented 7 years ago

https://github.com/nesh170/asap-inventory-system/pull/165