Posts tagged django

Serve media from Amazon S3 and keep it in sync

Do you want to serve your CSS, JS and user-uploaded content from S3, while easily keeping your data in sync? Then this post is for you!

Caching Django views with nginx and memcache

Improve the performance of your static pages by serving them without hitting Django.

Python debugging (pdb) - quick tip

Quick tip to help you keep track when debugging.

Django and AJAX image uploads

How to upload images in django through AJAX, with graceful degradation and a smooth UI.

Access control in Django, and django-authority

A summary of various options for access control with details about django-authority for per-object permissions.