Greg Taylor

Results 66 comments of Greg Taylor

I think this project is dead. I might recommend an active fork: https://github.com/zyga/django-pagination

I believe so. If not, report it to his tracker and he's good about getting stuff fixed.

I'm seeing this with celery 3.1 when running any of the celery commands (beat, worker, etc). Also have django-celery installed, but am using the new API (without djcelery.setup_loader()).

D'oh! I'd accept a PR for this. Not currently using athumb, so it's very much a do-ocracy at this point.

Hey Chris, I may suggest trying the storages branch: https://github.com/gtaylor/django-athumb/tree/storages That included some modernizations, I believe.

No idea! I'll accept fixes via pull request, though. Sorry I couldn't be more help. I'm not actively using athumb at the new gig.

Probably. I remember seeing that sorl is under development again. If that is still the case, it's hard to go wrong there.

I'm not sure I understand the problem, but athumb isn't really meant to be used with local storage. It's pretty S3-specific. I don't think we've ran into this with S3.

I can't remember what shape it's in, but conversion to the standard django-storages is in a branch here: https://github.com/gtaylor/django-athumb/tree/storages If you wanted to run off of this and let me...

It's definitely possible, and the way to go moving forward. Back when we forked off from django-storages, their boto S3 backend had some issues that I didn't have the time...