django-treebeard 1.52

Jan 27, 2010
Source: ace
Others
+2 +5
Current rating:
django-treebeard 1.52 screenshot
django-treebeard is a Python library that implements efficient tree implementations for the Django Web Framework 1.0+. It includes 3 different tree implementations: Adjacency List, Materialized Path and Nested Sets. Each one has it’s own strength and weaknesses (see Benchmarks) but share the same API, so it’s easy to switch between implementations.django-treebeard uses Django Model Inheritance with abstract classes to let you define your own models. To use django-treebeard:1. Download a release from the treebeard download page or get a development version from the treebeard subversion repository.
2. Run python setup.py install3. Add 'treebeard' to the INSTALLED_APPS section in your django settings file.4. Create a new model that inherits from one of django-treebeard‘s abstract tree models: mp_tree.MP_Node (materialized path), ns_tree.NS_Node (nested sets) or al_tree.AL_Node (adjacency list).5. Run python manage.py syncdb Requirements: · Python
DOWNLOAD NOW
Comments
Add Comment
Today's Top Linux Application

Entrainer
1.1.5
Final

Entrainer is a Java program which creates binaural beat frequencies with light and sound for the purpose of entraining one's brain waves. Brain wave entrainment is about stimulating the brain to resonate at a desired frequency. The two techniques used by Entrainer to achieve this is through the use of light and sound. The lower limit of human hearing is about 20Hz. As many of the more interesting states of consciousness occur at much lower...