Changes between Version 61 and Version 62 of Tutorials
- Timestamp:
- Jul 9, 2011, 4:56:18 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials
v61 v62 10 10 * [http://www.sitepoint.com/article/build-to-do-list-30-minutes Django Djumpstart: Build a To-do List in 30 Minutes] 11 11 * [http://lukeplant.me.uk/blog/posts/a-django-website-that-took-a-lot-more-than-20-minutes/ A Django website that took (a lot) more than 20 minutes] 12 * [http://www2.jeffcroft.com/ 2006/may/02/django-non-programmers/ Django for non-programmers]12 * [http://www2.jeffcroft.com/blog/2006/may/02/django-non-programmers/ Django for non-programmers] 13 13 * [http://www-128.ibm.com/developerworks/linux/library/l-django/index.html Develop for the Web with Django and Python] 14 14 * [http://www.tim-adler.com/post/blog-mit-django-installation-und-datenmodelle/ Blog mit Django: Weblog-Tutorial (German)] … … 28 28 === Setup/Configurations === 29 29 30 * [http://www2.jeffcroft.com/ 2006/may/11/django-dreamhost/ Setting up Django on Dreamhost]30 * [http://www2.jeffcroft.com/blog/2006/may/11/django-dreamhost/ Setting up Django on Dreamhost] 31 31 * [http://thinkhole.org/wp/django-on-windows/ Django on Windows HOWTO using Python 2.5, Apache (with mod_python), and PostgreSQL] 32 32 * [http://toolmantim.com/article/2006/5/31/installing_django_on_osx Installing Django on OSX] … … 48 48 === Templates === 49 49 50 * [http://www2.jeffcroft.com/ 2006/feb/21/django-templates-an-introduction/ Django Templates: An Introduction]50 * [http://www2.jeffcroft.com/blog/2006/feb/21/django-templates-an-introduction/ Django Templates: An Introduction] 51 51 * [http://www.rossp.org/blog/2006/jun/23/building-blog-django-4/ Using Django’s TemplateTags] 52 52 * [http://rfc1437.de/page/django-templates-are-not-limited/ Django Templates are not limited] 53 * [http://www2.jeffcroft.com/ 2006/feb/25/django-templates-the-power-of-inheritance/ Django Templates: The Power of Inheritance]53 * [http://www2.jeffcroft.com/blog/2006/feb/25/django-templates-the-power-of-inheritance/ Django Templates: The Power of Inheritance] 54 54 * [http://www.b-list.org/weblog/2006/06/14/django-tips-template-context-processors Template context processors] 55 55 * [http://www.b-list.org/weblog/2006/06/07/django-tips-write-better-template-tags Write better template tags] … … 60 60 61 61 * [http://code.djangoproject.com/wiki/AJAXWidgetComboBox An AJAX Select Widget for Django] 62 * [http://www2.jeffcroft.com/ 2006/jul/14/django-admin-your-php-app/ Use the Django admin for my PHP app]62 * [http://www2.jeffcroft.com/blog/2006/jul/14/django-admin-your-php-app/ Use the Django admin for my PHP app] 63 63 * [http://www.ibm.com/developerworks/opensource/library/os-django-admin/index.html Doing more with the Django admin] 64 64 … … 145 145 146 146 * [http://www.mercurytide.com/whitepapers/django-cheat-sheet/ Django cheat sheet] 147 * [http://www2.jeffcroft.com/ 2006/jul/14/django-admin-your-php-app/ Use the Django admin for my PHP app]147 * [http://www2.jeffcroft.com/blog/2006/jul/14/django-admin-your-php-app/ Use the Django admin for my PHP app] 148 148 * [http://www.carcosa.net/jason/blog/computing/django/gotchas-2006-04-19 Some django gotchas] 149 149 * [http://feh.holsman.net/articles/2006/06/03/django-contenttype Django’s Undocumented contenttype app]