Anton Pirker
I love creating websites with Django. I am quite a pragrammtic guy so I am not using every bleading edge plugin or technology I can get my hands on. I like to work with stuff that is proven to work (also under high load). I like working for startups and build something from scratch.
Currently my Django Stack consists of:
- Django
- Postgres
- johnny-cache to cache queries
- memcached to cache whole pages (and as backend for johnny-cache)
- gunicorn (synchronous, because I did not get the async stuff to work stable)
- celery for async and long running tasks
- redis as broker for celery and for counting views and other stuff the db is to busy to handle
- supervisord to manage processes on the server
- fabric for deployment