Flo

Results 16 issues of Flo

Just a quick note for myself as I will work on this subject. Attachments work with [absolute path](https://github.com/novapost/django-mail-factory/blob/master/mail_factory/mails.py#L123) instead of relative ones and use bulltin `open` from python instead of...

See comment made by [Justin Israel](https://groups.google.com/d/msg/golang-nuts/RbIv27nU-nE/6XFvvhG0GJUJ) on golang-nuts mailing-list.

enhancement

To release the first non-alpha.

bug

Currently, there is no way to restart a cancelled or a failed task. We can implement this feature by using the same pattern as the task cancellation. Opinions?