Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
devel:languages:python:django
python-django-treebeard
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Meta Configuration of Package python-django-treebeard
<package name="python-django-treebeard" project="devel:languages:python:django"> <title>Efficient Materialized Path tree implementation for Django 1.0+</title> <description>Django-treebeard is a 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 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: - Download a release from the treebeard download page or get a development version from the treebeard mercurial repository; - Run python setup.py install; - Add 'treebeard' to the INSTALLED_APPS section in your django settings file; - 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); - Run python manage.py syncdb. Author: -------- Gustavo Picon <tabo@tabo.pe> </description> </package>
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor