This is a Django app for handling Inventory, Sales and Stocks.
How you Can you the App:
Developed By Bibek Joshi
Instructions
- Install the Requirements: pip install -r requirements.txt
- Then, make database migrations: python manage.py makemigrations
- python manage.py migrate
- And finally, run the application: python manage.py runserver
For Admin Account, please create one with superuser!