Changes between Version 22 and Version 23 of Tutorials


Ignore:
Timestamp:
Apr 5, 2007, 6:37:00 PM (17 years ago)
Author:
Simon G. <dev@…>
Comment:

added some new tutorials

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials

    v22 v23  
    2828 * [http://code.djangoproject.com/wiki/ServerArrangements A comprehensive list of server arrangements and setup guidelines]
    2929 * [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]
    3032
    3133=== Understanding Django Internals ===
     
    101103 * [http://www.cogitooptimus.com/2007/03/29/enabling-openid/ enabling OpenID in Django]
    102104
     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
    103110=== Benchmarks ===
    104111 
     
    118125 * [http://www.23excuses.com/2006/Jun/30/simple-django-view-for-dynamic-text-replacement/ Simple Django View For Dynamic Text Replacement]
    119126 * [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]
    120130
    121131=== Framework Comparisons ===
Back to Top