| Date | Title | Tags |
|---|---|---|
| Dec. 24, 2009 |
Hilf mir, mach das Ding weg.
Alter, hilf mir. Mach bloss das Ding weg. |
cats dogs photos |
| 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 |
© 2001—2010 Martin Mahner. This is an I ♥ Django Project.
Admin | Generated: Thu, 11 Mar 2010 09:48:42 +0100