Changes between Version 96 and Version 97 of Tutorials
- Timestamp:
- May 4, 2014, 4:04:17 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials
v96 v97 37 37 * [http://www.b-list.org/weblog/2006/05/21/django-gzip-and-wsgi Django, gzip and WSGI] 38 38 * [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] 42 42 * [http://showmedo.com/videos/video?name=stoops010&fromSeriesID=69 Video - Installing Django on Ubuntu] 43 43 * [http://coderseye.com/2007/django-and-lighttpd-init-script-and-config-for-ssl.html Django Lighttpd setup with SSL including init.d scripts] … … 94 94 === Forms === 95 95 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] 97 97 * ~~[http://www.oluyede.org/blog/2007/03/18/django-image-uploading-validation-and-newforms/ Image uploading, validation and newforms]~~ 98 98 * [http://weblog.bignerdranch.com/?p=31 Big Nerd Ranch: Using the Django newforms Library] (+1) … … 127 127 128 128 * [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] 131 131 * [http://codingnstuff.com/2010/01/create-your-user-management-frontend-in-django/ Create your authentication frontend in django] <- broken link 132 132