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 hashes)

Uploaded Source

Built Distribution

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

Uploaded Python 2

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