Recently written

Date Title Tags
Nov. 18, 2011 Zu große Icons und Schrift in MacOS Lion Finder

Ein Umstand der mich in Lion von Anfang an gestört hat war, dass die Icons und Schrift in der Sidebar im Finder und Dialogen so gross sind. Ich hab nun ...

 osx
Oct. 27, 2009 Separating staff and user accounts in Django's admin

Django's user application allows you to store user accounts for staff members (User who can access the admin application) and users without this status, lets call these "Customers" here. The ...

 admin django rowlevel permissions user
Sept. 2, 2009 Simple Django test settings

I always forget it; this is more a note to myelf: The simplest settings file to do Django tests is: DATABASE_ENGINE = 'sqlite3' DATABASE_NAME = ':memory:' TEST_DATABASE_NAME = ":memory:" Also ...

 django settings tests
Aug. 5, 2009 Sessions im Cache halten

Djangos Session Framework speichert die Sessions standardmässig in einer Datenbanktabelle. Sendet der Browser eine Session-ID wird immer ein SQL-Query ausgeführt: SELECT session_key, session_data, expire_date FROM django_session WHERE (session_key = a4b2774d4ebdc0cc919d8048c460eec4 ...

 cache django memcached performance session sql
Aug. 3, 2009 Take care of Django comments and per-site caching

Django's comment systems adds an anti-spam feature that prevents "reply attacks" based on a timestamp. What does that mean? The comment form generates a hidden input field containing the current ...

 comments django spam

↑ to the elevators

© 2001—2013 Martin Mahner. This is an I ♥ Django Project.

Admin | Generated: Sat, 25 May 2013 11:51:57 +0200