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

Python 3 support #13

Closed metakermit closed 9 years ago

metakermit commented 10 years ago

Any chance of supporting Python 3 now that Celery supports it? I'm catching errors while trying to install the package:

TypeError: can't use a string pattern on a bytes-like object
ashwoods commented 9 years ago

Python 3 works now :)