| 24 | |
| 25 | === Templates === |
| 26 | |
| 27 | * [http://www2.jeffcroft.com/2006/feb/21/django-templates-an-introduction/ Django Templates: An Introduction] |
| 28 | * [http://www.rossp.org/blog/2006/jun/23/building-blog-django-4/ Using Django’s TemplateTags] |
| 29 | * [http://rfc1437.de/page/django-templates-are-not-limited/ Django Templates are not limited] |
| 30 | * [http://www2.jeffcroft.com/2006/feb/25/django-templates-the-power-of-inheritance/ Django Templates: The Power of Inheritance] |
| 31 | * [http://www.b-list.org/weblog/2006/06/14/django-tips-template-context-processors Template context processors] |
| 32 | * [http://www.b-list.org/weblog/2006/06/07/django-tips-write-better-template-tags Write better template tags] |
| 33 | |
| 34 | |
| 35 | === Fun stuff with the Admin section === |
| 36 | |
| 37 | * [http://lukeplant.me.uk/blog.php?id=1107301634 Django Admin Hack - Fields varying with user permissions] |
| 38 | * [http://code.djangoproject.com/wiki/AJAXWidgetComboBox An AJAX Select Widget for Django] |
| 39 | * [http://www2.jeffcroft.com/2006/jul/14/django-admin-your-php-app/ Use the Django admin for my PHP app] |
| 40 | |
| 41 | === Generic Views === |
| 42 | |
| 43 | * [http://www.wilsonminer.com/posts/2006/may/10/are-you-generic/ Taking advantage of generic views] |
| 44 | * [http://www.pointy-stick.com/blog/2006/06/29/django-tips-extending-generic-views/ Extending Generic Views] |
| 45 | |
| 46 | === Email === |
| 47 | |
| 48 | * [http://www.rossp.org/blog/2006/jul/11/sending-e-mails-templates/ Sending E-Mails using Templates] |
| 49 | * [http://step-inside.org/blog/2006/jul/01/django_blog_notifying_comments_email/ Notification of new comments by email using signals] |
| 50 | |
| 51 | === Searching === |
| 52 | |
| 53 | * [http://www.mercurytide.com/whitepapers/django-full-text-search/ Extending Django's database API to include full-text search] |
| 54 | |
| 55 | |
| 56 | === Signals === |
| 57 | |
| 58 | * [http://step-inside.org/blog/2006/jul/01/django_blog_notifying_comments_email/ Notification of new comments by email using signals] |
| 59 | |
| 60 | |
| 61 | === Misc: === |
| 62 | |
| 63 | * [http://www.mercurytide.com/whitepapers/django-cheat-sheet/ Django cheat sheet] |
| 64 | * [http://www2.jeffcroft.com/2006/jul/14/django-admin-your-php-app/ Use the Django admin for my PHP app] |
| 65 | |
| 66 | |