- Merge design changes into
main
branch. - Update README with new instructions.
- Implementation of django_tables2 for displaying postal objects.
- First draft of a working map interface.
- Derive postal routes by calculating the path a postal object travels (sender, postmark, censor, recipient).
- Implementation of data importing script.
- Implementation of image importing script.
- Added starter templates for the homepage, about page, and object display.
- Updated model to account for related images.
- Updated model to account for a collection an individual object belongs to.
- Migrated AuthUser to AllAuth.
- Initial scaffolding and data model setup. This is a work in progress and is not yet ready for use.
- The project runs a custom AuthUserModel for getting started, provided by [django-authuser](https://github.com/sesh/django-authuser).