Changes between Version 11 and Version 12 of Tutorials


Ignore:
Timestamp:
Mar 14, 2007, 5:58:09 PM (17 years ago)
Author:
Ville Säävuori <Ville@…>
Comment:

Added few tutorials from my blog

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials

    v11 v12  
    3737 * [http://www.b-list.org/weblog/2006/06/07/django-tips-write-better-template-tags Write better template tags]
    3838 * [http://code.djangoproject.com/wiki/MyghtyTemplatesInDjango Using Myghty Templates]
     39 * [http://www.unessa.net/en/hoyci/2006/12/custom-admin-templates/ Django Tip: Custom Admin Templates]
    3940
    4041=== Fun stuff with the Admin section ===
     
    5758
    5859 * [http://www.mercurytide.com/whitepapers/django-full-text-search/ Extending Django's database API to include full-text search]
    59 
     60 * [http://www.unessa.net/en/hoyci/2006/11/site-search-and-opensearch-with-django/ Building Site Search And OpenSearch-plugin With Django]
    6061
    6162=== Signals ===
     
    106107 * [http://www.rkblog.rk.edu.pl/w/p/django-profiling-hotshot-and-kcachegrind/ Django profiling with hotshot and kcachegrind]
    107108 * [http://www.23excuses.com/2006/Jun/30/simple-django-view-for-dynamic-text-replacement/ Simple Django View For Dynamic Text Replacement]
     109 * [http://www.unessa.net/en/hoyci/2006/11/highlighting-code-using-pygments-and-beautiful-soup/ Highlighting Code Using Pygments and Beautiful Soup]
    108110
    109111=== Framework Comparisons ===
Back to Top