Changes between Version 202 and Version 203 of DjangoResources
- Timestamp:
- Oct 15, 2009, 2:02:36 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoResources
v202 v203 22 22 23 23 These are open-source application components that you can plug into any project. 24 See ReusableAppResources for other resources for finding and evaluating re-usable apps. 24 25 * OpenID 25 26 * [http://bitbucket.org/benoitc/django-authopenid/ django-authopenid] - Django authentication application with openid using django auth contrib … … 33 34 * [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. 34 35 * [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) 36 37 * [http://django-cms.org/ django-cms] - A free, BSD-licensed content management system for Django, supporting a hierarchical page structure, internationalization and more. 37 38 * [http://code.google.com/p/django-simplecms/ django-simplecms] - A simple cms As Simple As Possible but Extensible. … … 40 41 * [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) 41 42 * [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) 43 44 * [http://code.google.com/p/snapboard/ snapboard] - Python Forum/Bulletin-Board for Django 44 45 * [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. 45 46 * [http://code.google.com/p/diamanda/ Diamanda Wiki and MyghtyBoard Forum]: A wiki and forum. GPL. 46 47 * [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 48 49 * [http://bitbucket.org/jezdez/django-dbtemplates/ django-dbtemplates] - A Template loader for database stored templates with an extensible cache backend 49 50 * [http://code.google.com/p/django-mobileadmin/ django-mobileadmin] - The Django admin interface optimized for iPhone/iPod touch