Changes between Version 96 and Version 97 of Tutorials


Ignore:
Timestamp:
May 4, 2014, 4:04:17 AM (10 years ago)
Author:
Maarten
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials

    v96 v97  
    3737 * [http://www.b-list.org/weblog/2006/05/21/django-gzip-and-wsgi Django, gzip and WSGI]
    3838 * [http://code.djangoproject.com/wiki/ServerArrangements A comprehensive list of server arrangements and setup guidelines]
    39  * [http://www.djangosnippets.org/snippets/105/ installing Django on TextDrive]
    40  * [http://blog.awarelabs.com/?p=3 installing Django on Gentoo]
    41  * [http://www.cogitooptimus.com/2007/03/21/deploying-trenchmice/ how trenchmice deploys Django]
     39 * [http://www.djangosnippets.org/snippets/105/ Installing Django on TextDrive]
     40 * [http://blog.awarelabs.com/?p=3 Installing Django on Gentoo]
     41 * [http://www.cogitooptimus.com/2007/03/21/deploying-trenchmice/ How trenchmice deploys Django]
    4242 * [http://showmedo.com/videos/video?name=stoops010&fromSeriesID=69 Video - Installing Django on Ubuntu]
    4343 * [http://coderseye.com/2007/django-and-lighttpd-init-script-and-config-for-ssl.html Django Lighttpd setup with SSL including init.d scripts]
     
    9494=== Forms ===
    9595
    96  * [http://www.mikecantelon.com/?q=node/22 A Simple Use of Django's New Form Engine]
     96 * ~~[http://www.mikecantelon.com/?q=node/22 A Simple Use of Django's New Form Engine]
    9797 * ~~[http://www.oluyede.org/blog/2007/03/18/django-image-uploading-validation-and-newforms/ Image uploading, validation and newforms]~~
    9898 * [http://weblog.bignerdranch.com/?p=31 Big Nerd Ranch: Using the Django newforms Library] (+1)
     
    127127
    128128 * [http://www.b-list.org/weblog/2006/06/06/django-tips-extending-user-model Extending the User model]
    129  * [http://www.djangosnippets.org/snippets/74/ use email addresses for usernames]
    130  * [http://www.cogitooptimus.com/2007/03/29/enabling-openid/ enabling OpenID in Django]
     129 * [http://www.djangosnippets.org/snippets/74/ Use email addresses for usernames]
     130 * [http://www.cogitooptimus.com/2007/03/29/enabling-openid/ Enabling OpenID in Django]
    131131 * [http://codingnstuff.com/2010/01/create-your-user-management-frontend-in-django/ Create your authentication frontend in django] <- broken link
    132132
Back to Top