Changes between Version 4 and Version 5 of Tutorials


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials

    v4 v5  
    1919 * [http://thinkhole.org/wp/2006/04/03/django-on-windows-howto/ Django on Windows HOWTO]
    2020 * [http://toolmantim.com/article/2006/5/31/installing_django_on_osx Installing Django on OSX]
     21 * [http://www.b-list.org/weblog/2006/05/21/django-gzip-and-wsgi Django, gzip and WSGI]
     22
    2123
    2224=== Understanding Django Internals ===
     
    6062 * [http://step-inside.org/blog/2006/jul/01/django_blog_notifying_comments_email/ Notification of new comments by email using signals]
    6163
    62  
     64=== Forms ===
     65
     66 * [http://www.pointy-stick.com/blog/2006/07/03/django-tips-forms-multiple-inline-objects/ Forms With Multiple Inline Objects]
     67
     68
     69=== SQL/Database Related ===
     70
     71 * [http://www.pointy-stick.com/blog/2006/06/14/custom-sql-django/ Custom SQL In Django]
     72
     73
    6374=== Django's Comments Framework (django.contrib.comments) ===
    6475 
     
    8293 * [http://www.mercurytide.com/whitepapers/django-cheat-sheet/ Django cheat sheet]
    8394 * [http://www2.jeffcroft.com/2006/jul/14/django-admin-your-php-app/ Use the Django admin for my PHP app]
     95 * [http://www.carcosa.net/jason/blog/computing/django/gotchas-2006-04-19 Some django gotchas]
     96 * [http://feh.holsman.net/articles/2006/06/03/django-contenttype Django’s Undocumented contenttype app]
    8497
    8598
Back to Top