Genealogy Data Models for Django
Project description
GDM is a set of simple Django models for genealogy based data structures (family trees).
Quick start
Add “gdm” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = ( ... 'gdm', )
Run python manage.py migrate to create the GDM models.
Include the GDM models in your project like this:
from gdm.models.tree import Person, Family
Start the development server and visit http://127.0.0.1:8000/admin/ to create persons and families (you’ll need the Admin app enabled).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-gdm-0.3.tar.gz
(4.5 kB
view details)
Built Distribution
File details
Details for the file django-gdm-0.3.tar.gz
.
File metadata
- Download URL: django-gdm-0.3.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 383b71d8217913dd6a999232581837aaa1153223688a6ee622981fbd9c5302c6 |
|
MD5 | 2740cfb5414aeb453b4613d700571b83 |
|
BLAKE2b-256 | 1724de844588dcc4d25b2d343fe6528a0bdf220947b2e8a56f9a3befd0249c6a |
File details
Details for the file django_gdm-0.3-py2-none-any.whl
.
File metadata
- Download URL: django_gdm-0.3-py2-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 953db7e3eaadfca2aaa24ba2a38a73f1cfa632f6bec300d51386585ba9384449 |
|
MD5 | b923614c9fa1bb779e2554a9fa76d0d6 |
|
BLAKE2b-256 | 6785276ceca3d3dfafce9188f0e1e679b0bf5086daeecaecb87e75a1bae7000d |