-
Serving static files with Django and AWS - going fast on a budget
Great explanation of how to conditionally avoid Django and send static files through lighttpd directly. Here is also explained how to use and integrate AWS for difficult calculation jobs.
Visit -
Modified Behavior
behaviour.js combined with CSSQuery.
Visit -
Standardizing JS Behaviors (javascript)
Great article on how to reduce JavaScript code.
Visit -
Upload Status mit Django und AJAX anzeigen
Auf einigen Seiten findet man beim Hochladen einer Datei eine kleine Leiste, mit der der Status des Uploads angezeigt wird. So geht es mit Django.
Visit -
A Designer's Guide to HTML Email
Great summary of what to thnik about when creating HTML Emails.
Visit -
GenericForeignKeys with less queries
When working with generic relations in Django you have to be quite careful not to end up with n+1 queries for a simple fetch of n elements.
Visit -
django-storages
Generic storages for Django
Visit -
ImageFSStorage
A custom FileSystemStorage made for normalizing extensions. It let's PIL look at the file to determine the format and append an always lower-case extension based on the results.
Visit

