Django application to manage Part, Location, and Assembly Templates, and Inventory tracking for OOI-CGSN arrays. Uses PostgreSQL database.
- Based on Django Cookiecutter template and included apps
- django-mptt - Django app to use Modified Preorder Tree Traversal for hierarchical data models
- django-model-utils - Field Tracker utility
- django-allauth - Registration/Authorization
- django-crispy-forms - Forms
- jQuery 3.3.1
- jsTree 3.3
- Bootstrap 4
Detailed deployment instructions in the Wiki
See detailed [cookiecutter-django Docker documentation] (http://cookiecutter-django.readthedocs.io/en/latest/deployment-with-docker.html).