Changes between Version 4 and Version 5 of Tutorials
- Timestamp:
- Mar 14, 2007, 4:25:18 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials
v4 v5 19 19 * [http://thinkhole.org/wp/2006/04/03/django-on-windows-howto/ Django on Windows HOWTO] 20 20 * [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 21 23 22 24 === Understanding Django Internals === … … 60 62 * [http://step-inside.org/blog/2006/jul/01/django_blog_notifying_comments_email/ Notification of new comments by email using signals] 61 63 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 63 74 === Django's Comments Framework (django.contrib.comments) === 64 75 … … 82 93 * [http://www.mercurytide.com/whitepapers/django-cheat-sheet/ Django cheat sheet] 83 94 * [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] 84 97 85 98