Synchronised stores
Summary
This PR brings in functionality that was added to django_twined from a full django app maintained by octue.
There are a number of integration tests waiting to be implemented, and documentation still lacks - but the code committed here allows us to register services, ask questions, and sync data store metadata between GCP buckets and django's postgres tables -allowing us to search and filter by file metadata, whist keeping the metadata attached to the actual files.
Contents (#6)
New features
- Add synchronised datastores and registered services
Fixes
- Give specific name to AppConfig
- Avoid requirement for GIS-specific libs
Operations
- Update version for synced datastores feature
Refactoring
- Remove unused mixin
Testing
- Outline some tests - yet to implement
- Remove example test case
- Add basic configuration to test app settings
Chores
- Alter template folder from app template