Changes between Version 202 and Version 203 of DjangoResources


Ignore:
Timestamp:
Oct 15, 2009, 2:02:36 AM (15 years ago)
Author:
Antti Kaihola
Comment:

added link to AutoCompleteSolutions, re-arranged feature comparison links

Legend:

Unmodified
Added
Removed
Modified
  • DjangoResources

    v202 v203  
    2222
    2323These are open-source application components that you can plug into any project.
     24See ReusableAppResources for other resources for finding and evaluating re-usable apps.
    2425 * OpenID
    2526  * [http://bitbucket.org/benoitc/django-authopenid/ django-authopenid] - Django authentication application with openid using django auth contrib
     
    3334  * [http://code.google.com/p/django-search-lucene/ django-search-with-lucene] - Django search with Lucene is Tightly integrated the Lucene in Django, so use search content using django model filtering expressions.
    3435  * [http://haystacksearch.org/ haystack] - Modular search for Django.
    35  * CMS (See also  [wiki:CMSAppsComparison Django CMS Apps Comparison])
     36 * CMS ([wiki:CMSAppsComparison feature comparison] available)
    3637  * [http://django-cms.org/ django-cms] - A free, BSD-licensed content management system for Django, supporting a hierarchical page structure, internationalization and more.
    3738  * [http://code.google.com/p/django-simplecms/ django-simplecms] - A simple cms As Simple As Possible but Extensible.
     
    4041  * [http://www.pylucid.org/ PyLucid CMS] - A lightweight content management system. Ideal for Shared-Webhosting: No shell account needed. Run at least with CGI. (GPL)
    4142  * [http://code.google.com/p/django-blocks/ django-blocks] - An easier way to build Web apps like an blog or CMS more quickly and with almost no code.
    42  * Forum
     43 * Forum ([http://code.djangoproject.com/wiki/ForumAppsComparison feature comparison] available)
    4344  * [http://code.google.com/p/snapboard/ snapboard] - Python Forum/Bulletin-Board for Django
    4445  * [http://sct.sphene.net/ Sphene Community Tools] - (SCT) django forum (bulletin board) and wiki applications which can be easily integrated into custom django projects. BSD.
    4546  * [http://code.google.com/p/diamanda/ Diamanda Wiki and MyghtyBoard Forum]: A wiki and forum. GPL.
    4647  * [http://code.google.com/p/django-forum/ django-forum] - A lightweight Forum application that plugs straight into your existing Django project.
    47   * See a short feature comparison at [http://code.djangoproject.com/wiki/ForumAppsComparison]
     48 * AutoCompleteSolutions - links to several solutions for integrating !JavaScript auto-complete fields
    4849 * [http://bitbucket.org/jezdez/django-dbtemplates/ django-dbtemplates] - A Template loader for database stored templates with an extensible cache backend
    4950 * [http://code.google.com/p/django-mobileadmin/ django-mobileadmin] - The Django admin interface optimized for iPhone/iPod touch
Back to Top