Changes between Version 22 and Version 23 of Tutorials
- Timestamp:
- Apr 5, 2007, 6:37:00 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials
v22 v23 28 28 * [http://code.djangoproject.com/wiki/ServerArrangements A comprehensive list of server arrangements and setup guidelines] 29 29 * [http://www.djangosnippets.org/snippets/105/ installing Django on TextDrive] 30 * [http://blog.awarelabs.com/?p=3 installing Django on Gentoo] 31 * [http://www.cogitooptimus.com/2007/03/21/deploying-trenchmice/ how trenchmice deploys Django] 30 32 31 33 === Understanding Django Internals === … … 101 103 * [http://www.cogitooptimus.com/2007/03/29/enabling-openid/ enabling OpenID in Django] 102 104 105 === AJAX and Web 2.0h-yeah === 106 107 * [http://wolfram.kriesing.de/blog/index.php/2007/json-serialization-for-django JSON Serialization in Django] 108 109 103 110 === Benchmarks === 104 111 … … 118 125 * [http://www.23excuses.com/2006/Jun/30/simple-django-view-for-dynamic-text-replacement/ Simple Django View For Dynamic Text Replacement] 119 126 * [http://www.unessa.net/en/hoyci/2006/11/highlighting-code-using-pygments-and-beautiful-soup/ Highlighting Code Using Pygments and Beautiful Soup] 127 * [http://mccormac.org/blog/2007/apr/04/dynamically-serving-static-content-django Dynamically serving static content] 128 * [http://blog.awarelabs.com/?p=4 implementing CNN-style voting], [http://blog.awarelabs.com/?p=5 part 2] 129 * [http://www.cogitooptimus.com/2007/03/29/enabling-openid/ Django and OpenID] 120 130 121 131 === Framework Comparisons ===