A Django app that makes an abstract Node model available for flat stacking hierarchical data in a database.
Project description
Django Ancestry Relation
------------------------
Provides an abstract model class for heirarchical data to be stored in a database.
Provides a manager to interface with the model.
Documentation is in the "docs" directory.
Quick start
-----------
1. Add "django_ancestry_relation" to your INSTALLED_APPS setting like this::
```
INSTALLED_APPS = [
...,
'django_ancestry_relation'
]
```
------------------------
Provides an abstract model class for heirarchical data to be stored in a database.
Provides a manager to interface with the model.
Documentation is in the "docs" directory.
Quick start
-----------
1. Add "django_ancestry_relation" to your INSTALLED_APPS setting like this::
```
INSTALLED_APPS = [
...,
'django_ancestry_relation'
]
```
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-ancestry-relation-0.3.tar.gz
.
File metadata
- Download URL: django-ancestry-relation-0.3.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
a06bc214d79c60849b4705e2c5e2f12b58414f6152083a4b433a724462041375
|
|
MD5 |
ad266b5fd700cff38dee137badc47033
|
|
BLAKE2b-256 |
8f51b326ea8e58564dc14c40e93ae01b64e3463068b0a5e8e7a8809c8f24d747
|