Changes between Version 12 and Version 13 of DjangoResources


Ignore:
Timestamp:
Mar 14, 2007, 4:27:44 PM (18 years ago)
Author:
Simon G. <dev@…>
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DjangoResources

    v12 v13  
    132132== Tutorials on the Web ==
    133133
    134  * [http://step-inside.org/blog/2006/jul/01/django_blog_notifying_comments_email/ Django Blog: Notifying about new comments by email]
    135  * [http://www.mercurytide.com/whitepapers/django-cheat-sheet/ Django cheat sheet]
    136  * [http://www.mercurytide.com/whitepapers/django-full-text-search/ Extending Django's database API to include full-text search]
    137  * [http://fallingbullets.com/blog/2006/aug/06/wordpress-clone-27-seconds-part-1-40/ WordPress Clone in 27 Seconds]
    138  * [http://www.wilsonminer.com/posts/2006/may/10/are-you-generic/ Are you generic?]
    139  * [http://www.rossp.org/blog/2006/jul/11/sending-e-mails-templates/ Sending E-Mails via Templates]
    140  * [http://www2.jeffcroft.com/2006/jul/14/django-admin-your-php-app/ Django admin for your PHP app?]
    141  * [http://www.b-list.org/weblog/2006/07/16/django-tips-hacking-freecomment Hacking FreeComment]
    142  * [http://www.b-list.org/weblog/2006/06/28/django-tips-difference-between-blank-and-null The difference between blank and null]
    143  * [http://www.rossp.org/blog/2006/jun/23/building-blog-django-4/ Using Django’s TemplateTags]
    144  * [http://lukeplant.me.uk/blog.php?id=1107301641 A Django website that took (a lot) more than 20 minutes]
    145  * [http://www.pointy-stick.com/blog/2006/07/03/django-tips-forms-multiple-inline-objects/ Forms With Multiple Inline Objects]
    146  * [http://www.pointy-stick.com/blog/2006/06/29/django-tips-extending-generic-views/ Extending Generic Views]
    147  * [http://www.b-list.org/weblog/2006/06/14/django-tips-template-context-processors Template context processors]
    148  * [http://www.pointy-stick.com/blog/2006/06/14/custom-sql-django/ Custom SQL In Django]
    149  * [http://www.b-list.org/weblog/2006/06/13/how-django-processes-request How Django processes a request]
    150  * [http://www.b-list.org/weblog/2006/06/07/django-tips-write-better-template-tags Write better template tags]
    151  * [http://www.b-list.org/weblog/2006/06/06/django-tips-extending-user-model Extending the User model]
    152  * [http://feh.holsman.net/articles/2006/06/03/django-contenttype Django’s Undocumented contenttype app]
    153  * [http://www.b-list.org/weblog/2006/05/21/django-gzip-and-wsgi Django, gzip and WSGI]
    154  * [http://www2.jeffcroft.com/2006/may/02/django-non-programmers/ Django for non-programmers]
    155  * [http://www2.jeffcroft.com/2006/feb/25/django-templates-the-power-of-inheritance/ Django Templates: The Power of Inheritance]
    156  * [http://www2.jeffcroft.com/2006/feb/21/django-templates-an-introduction/ Django Templates: An Introduction]
    157  * [http://www2.jeffcroft.com/2006/may/11/django-dreamhost/ Setting up Django on Dreamhost]
    158  * [http://thinkhole.org/wp/2006/04/03/django-on-windows-howto/ Django on Windows HOWTO]
    159  * [http://lukeplant.me.uk/blog.php?id=1107301634 Django Admin Hack - Fields varying with user permissions]
    160  * [http://www.carcosa.net/jason/blog/computing/django/gotchas-2006-04-19 Some django gotchas]
    161  * [http://rfc1437.de/page/django-templates-are-not-limited/ Django Templates are not limited]
    162  * [http://www-128.ibm.com/developerworks/linux/library/l-django/index.html Develop for the Web with Django and Python]
    163  * [http://code.djangoproject.com/wiki/AJAXWidgetComboBox An AJAX Select Widget for Django]
    164  * [http://code.djangoproject.com/wiki/UsingFreeComment Using Django’s Free Comments]
    165  * [http://www.oreillynet.com/onlamp/blog/2006/06/django_rss_made_stupidly_simpl.html RSS made stupidly simple]
    166  * [http://toolmantim.com/article/2006/5/31/installing_django_on_osx Installing Django on OSX]
    167  * [http://www.tim-adler.com/post/blog-mit-django-installation-und-datenmodelle/ Blog mit Django: German Weblog-Tutorial]
     134 * [wiki:Tutorials A list of Django tutorials]
    168135
    169136== Presentations ==
Back to Top