Skip to content
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.

Django web app for analyzing the optimal bin to fit a shipping order. Web app version of the script created in IE-431-Senior-Design-Telamon

Notifications You must be signed in to change notification settings

magicalpuffin/Warehouse-Bin-Analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warehouse Bin Analyzer

Overview

Django web app for analyzing the optimal bin size for shipping orders. Uses PostgreSQL as the database.

Django Notes

All must be in materialsite directory to access manage.py

Running the App

  • py manage.py runserver

Migrations

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

Test

  • py manage.py shell
  • py manage.py test binanalyze

About

Django web app for analyzing the optimal bin to fit a shipping order. Web app version of the script created in IE-431-Senior-Design-Telamon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published