very light weight django task queues

2014-04-06 Thread TinyJaguar
I've been using both django-huey and celery as task queues with varying success in other projects. see (https://www.djangopackages.com/grids/g/workers-queues-tasks/) Most of the task queues are redis based. They seem to be overkill for our current situation and add another layer of system

logo with same filename is not changed, s3boto issue?

2013-09-03 Thread TinyJaguar
I'm working on reviving a stale project that uses s3boto (DEFAULT_FILE_STORAGE = 'storages.backends.s3boto.S3BotoStorage') (Django 1.3) one of the models has an ImageField that contains the logo of the model. When I want to replace the logo with a new logo that has the same filename the new

Re: Advice on deploying multiple Django instances to single Apache server

2013-08-23 Thread TinyJaguar
Just go with mod_wsgi and virtual hosts for each application. PHP and mod_wsgi may clash given the two modus operandi for Apache. MPM or prefork Alternatively you could use NGINX with gunicorn On Friday, August 23, 2013 6:50:49 PM UTC+2, Jon Dufresne wrote: > > Hi, > > I am getting ready to

recaptcha options... which one to choose

2013-08-23 Thread TinyJaguar
I'm about to implement recaptcha in my feedbackform but I'm a bit confused by all the possibilities. Should I use: recaptcha-client 1.0.6 or recaptcha 1.0rc1 . django-recaptcha or