Changes between Version 204 and Version 205 of DjangoResources


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

grouped blog apps; forum and comment apps together

Legend:

Unmodified
Added
Removed
Modified
  • DjangoResources

    v204 v205  
    4141  * [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)
    4242  * [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.
    43  * Forum ([http://code.djangoproject.com/wiki/ForumAppsComparison feature comparison] available)
     43 * Forums and comments ([http://code.djangoproject.com/wiki/ForumAppsComparison feature comparison] available)
    4444  * [http://code.google.com/p/snapboard/ snapboard] - Python Forum/Bulletin-Board for Django
    4545  * [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.
    4646  * [http://code.google.com/p/diamanda/ Diamanda Wiki and MyghtyBoard Forum]: A wiki and forum. GPL.
    4747  * [http://code.google.com/p/django-forum/ django-forum] - A lightweight Forum application that plugs straight into your existing Django project.
     48  * [http://code.google.com/p/friendsnippets/ comments] A comment application to allow users top post comment on your website. Inspired by freecomments.
    4849 * Hierarchy structures in the database
    49   * [http://code.google.com/p/django-mptt/ Django MPTT] -
    50     Utilities for implementing Modified Preorder Tree Traversal (MPTT) with your Django Model classes
    51     and working with trees of Model instances.
    52   * [http://code.google.com/p/django-treebeard/ django-treebeard] -
    53     3 different efficient tree implementations:
    54     Adjacency List, Materialized Path and Nested Sets.
    55     They share the same API, so it’s easy to switch between them.
     50  * [http://code.google.com/p/django-mptt/ Django MPTT] - Utilities for implementing Modified Preorder Tree Traversal (MPTT) with your Django Model classes and working with trees of Model instances.
     51  * [http://code.google.com/p/django-treebeard/ django-treebeard] - 3 different efficient tree implementations: Adjacency List, Materialized Path and Nested Sets. They share the same API, so it’s easy to switch between them.
     52 * Blog apps
     53  * [http://code.google.com/p/django-diario/ django-diario] - A pluggable weblog application for Django Web Framework.
     54  * [http://code.google.com/p/blogmaker/ Blogmaker] -A full-featured, production-quality blogging application with support for trackback, ping and comment honeypots
    5655 * AutoCompleteSolutions - links to several solutions for integrating !JavaScript auto-complete fields
    5756 * [http://bitbucket.org/jezdez/django-dbtemplates/ django-dbtemplates] - A Template loader for database stored templates with an extensible cache backend
     
    7877 * [http://www.3captus.com/download/django_calendar django-event-calendar] A event calendar application component
    7978 * [https://code.launchpad.net/kss.django kss.django] A django application for integration of AJAX with [http://code.djangoproject.com/wiki/KSSInDjango KSS].
    80  * [http://code.google.com/p/friendsnippets/ comments] A comment application to allow users top post comment on your website. Inspired by freecomments.
    8179 * [http://code.google.com/p/django-photologue/ django-photologue] A Django application for uploading, resizing, organizing, grouping, relating and displaying photographs and image galleries.
    8280 * [http://bitbucket.org/jdriscoll/django-imagekit/ django-imagekit] Add "Photologue-style" image processing (resizing, effects, etc.) to your models in a simple, unobtrusive way.
    83  * [http://code.google.com/p/django-diario/ django-diario] A pluggable weblog application for Django Web Framework.
    8481 * [http://code.google.com/p/django-mssql/ django-mssql] An external database backend (based on ado-mssql) that allows MS SQL Server to run against Django-trunk
    85  * [http://code.google.com/p/blogmaker/ Blogmaker] A full-featured, production-quality blogging application with support for trackback, ping and comment honeypots
    8682 * [http://code.google.com/p/django-pingback/ django-pingback] Pingback implementation for Django
    8783 * [http://code.google.com/p/django-dynamic-media-serve/ django-dynamic-media-serve] - Django Dynamic Media Serve is the good alternative of the default django.views.static.serve for serving the media files in Django.
Back to Top