Changes between Version 2 and Version 3 of Tutorials


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials

    v2 v3  
    5858 * [http://step-inside.org/blog/2006/jul/01/django_blog_notifying_comments_email/ Notification of new comments by email using signals]
    5959
     60 
     61=== Django's Comments Framework (django.contrib.comments) ===
     62 
     63 * [http://code.djangoproject.com/wiki/UsingFreeComment Using Django’s Free Comments]
     64 * [http://www.b-list.org/weblog/2006/07/16/django-tips-hacking-freecomment Hacking FreeComment]
     65 * [http://step-inside.org/blog/2006/jul/01/django_blog_notifying_comments_email/ Notification of new comments by email using signals]
    6066
    61 === Misc: ===
     67
     68=== RSS Framework (django.contrib.syndication) ===
     69
     70 * [http://www.oreillynet.com/onlamp/blog/2006/06/django_rss_made_stupidly_simpl.html RSS made stupidly simple]
     71
     72
     73=== User Framework (django.contrib.auth) ===
     74
     75 * [http://www.b-list.org/weblog/2006/06/06/django-tips-extending-user-model Extending the User model]
     76
     77
     78=== Misc. Tutorials ===
    6279
    6380 * [http://www.mercurytide.com/whitepapers/django-cheat-sheet/ Django cheat sheet]
Back to Top