Django web app for analyzing the optimal bin size for shipping orders. Uses PostgreSQL as the database.
All must be in materialsite directory to access manage.py
py manage.py runserver
Make migrations before applying them. If needed, just delete migrations with issues. Can also migrate to zero to wipe database and recreate things
py manage.py makemigrations binanalyze
py manage.py migrate binanalyze
py manage.py shell
py manage.py test binanalyze