Skip to main content

Genealogy Data Models for Django

Project description

GDM is a set of simple Django models for genealogy based data structures (family trees).

Quick start

  1. Add “gdm” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = (
        ...
        'gdm',
    )
  2. Run python manage.py migrate to create the GDM models.

  3. Include the GDM models in your project like this:

    from gdm.models.tree import Person, Family
  4. 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


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)

Uploaded Source

Built Distribution

django_gdm-0.3-py2-none-any.whl (6.3 kB view details)

Uploaded Python 2

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

Hashes for django-gdm-0.3.tar.gz
Algorithm Hash digest
SHA256 383b71d8217913dd6a999232581837aaa1153223688a6ee622981fbd9c5302c6
MD5 2740cfb5414aeb453b4613d700571b83
BLAKE2b-256 1724de844588dcc4d25b2d343fe6528a0bdf220947b2e8a56f9a3befd0249c6a

See more details on using hashes here.

File details

Details for the file django_gdm-0.3-py2-none-any.whl.

File metadata

File hashes

Hashes for django_gdm-0.3-py2-none-any.whl
Algorithm Hash digest
SHA256 953db7e3eaadfca2aaa24ba2a38a73f1cfa632f6bec300d51386585ba9384449
MD5 b923614c9fa1bb779e2554a9fa76d0d6
BLAKE2b-256 6785276ceca3d3dfafce9188f0e1e679b0bf5086daeecaecb87e75a1bae7000d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page