Changes between Version 61 and Version 62 of Tutorials


Ignore:
Timestamp:
Jul 9, 2011, 4:56:18 AM (13 years ago)
Author:
Pablo Castellano
Comment:

fixed some 404 urls

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials

    v61 v62  
    1010 * [http://www.sitepoint.com/article/build-to-do-list-30-minutes Django Djumpstart: Build a To-do List in 30 Minutes]
    1111 * [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]
    1313 * [http://www-128.ibm.com/developerworks/linux/library/l-django/index.html Develop for the Web with Django and Python]
    1414 * [http://www.tim-adler.com/post/blog-mit-django-installation-und-datenmodelle/ Blog mit Django: Weblog-Tutorial (German)]
     
    2828=== Setup/Configurations ===
    2929
    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]
    3131 * [http://thinkhole.org/wp/django-on-windows/ Django on Windows HOWTO using Python 2.5, Apache (with mod_python), and PostgreSQL]
    3232 * [http://toolmantim.com/article/2006/5/31/installing_django_on_osx Installing Django on OSX]
     
    4848=== Templates ===
    4949
    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]
    5151 * [http://www.rossp.org/blog/2006/jun/23/building-blog-django-4/ Using Django’s TemplateTags]
    5252 * [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]
    5454 * [http://www.b-list.org/weblog/2006/06/14/django-tips-template-context-processors Template context processors]
    5555 * [http://www.b-list.org/weblog/2006/06/07/django-tips-write-better-template-tags Write better template tags]
     
    6060
    6161 * [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]
    6363 * [http://www.ibm.com/developerworks/opensource/library/os-django-admin/index.html Doing more with the Django admin]
    6464
     
    145145
    146146 * [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]
    148148 * [http://www.carcosa.net/jason/blog/computing/django/gotchas-2006-04-19 Some django gotchas]
    149149 * [http://feh.holsman.net/articles/2006/06/03/django-contenttype Django’s Undocumented contenttype app]
Back to Top