Changes between Version 17 and Version 18 of Tutorials
- Timestamp:
- Mar 15, 2007, 4:35:33 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials
v17 v18 17 17 == Tutorials on Specific Topics: == 18 18 19 Note: [http://www.djangosnippets.org/ Django snippets] has plenty of code 'snippets' which do all sorts of useful things too. 20 19 21 === Setup/Configurations === 20 22 … … 24 26 * [http://www.b-list.org/weblog/2006/05/21/django-gzip-and-wsgi Django, gzip and WSGI] 25 27 * [http://code.djangoproject.com/wiki/ServerArrangements A comprehensive list of server arrangements and setup guidelines] 28 * [http://www.djangosnippets.org/snippets/105/ installing Django on TextDrive] 26 29 27 30 === Understanding Django Internals === … … 92 95 93 96 * [http://www.b-list.org/weblog/2006/06/06/django-tips-extending-user-model Extending the User model] 94 97 * [http://www.djangosnippets.org/snippets/74/ use email addresses for usernames] 95 98 96 99 === Benchmarks ===