jazzband / django-queued-storage

Provides a proxy for Django storage backends that allows you to upload files locally and eventually serve them remotely
http://django-queued-storage.rtfd.org/
BSD 3-Clause "New" or "Revised" License
317 stars 62 forks source link

Call Task not working #25

Closed tulpn closed 8 years ago

tulpn commented 8 years ago

I'd like to use the DQS package in my app. However, it seems like that the task to transfer a file from local to remote is not called. I am using Django 1.8.4.

Is there any way to test this ?

I have also created a question on SO: http://stackoverflow.com/questions/38918751/django-queuedstorage-task-not-being-executed-when-file-is-uploaded

ashwoods commented 8 years ago

The link to the stackoverflow question is broken.

ashwoods commented 8 years ago

Closing this for now.