Skip to main content

A Django module that provides a collection of abstract models for handling data associated with people, groups, organizations, places, events and means of communication.

Project description

Societies is a collection of abstract models for building django apps that deal with people, places, events and means of communication.

Detailed documentation is in the “docs” directory.

Quick start

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

    INSTALLED_APPS = [
        ...,
        "societies",
    ]
  2. To use societies, import and subclass the relevant model classes.

  3. Add extra model fields as needed.

  4. subclass the Meta class as needed.

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-societies-0.1.7.tar.gz (19.2 kB view hashes)

Uploaded Source

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