Changes between Version 181 and Version 182 of DjangoResources


Ignore:
Timestamp:
Apr 27, 2009, 6:52:55 AM (16 years ago)
Author:
Antti Kaihola
Comment:

added django-treebeard

Legend:

Unmodified
Added
Removed
Modified
  • DjangoResources

    v181 v182  
    6969 * [http://code.google.com/p/django-pingback/ django-pingback] Pingback implementation for Django
    7070 * [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.
     71 * [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.
    7172 * [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.
    7273 * [http://code.google.com/p/django-cron/ django-cron] - Djang-Cron is a simple tool that allows you to have cron jobs for you applications. It comes with an example to delete expired sessions, and I have one for django-registration to delete expired users. Django Cron is intended to replace anything you would be adding to a bin directory in your own Django App
Back to Top