v0.3.0
Pre-release
Pre-release
Version 0.3.0 adds to 0.2.0:
- Login with app-local credentials.
- UI interface to create, update, and delete Collections, Seed Sets, and Seeds
- Django admin views to administer Credentials, Groups, and other model entities.
- Publishing
harvest.start
messages for flickr SeedSets. The app schedulesharvest.start
messages for publication when the user updates an existing, active SeedSet. - A scheduler which uses apscheduler to schedule publication of harvest.start messages.
- Binding to
harvest.status.*(.*)
messages and creating a Harvest object (visible in the admin views) for each harvest status message received. The message consumer is started via thestartconsumer
management command.