Skip to main content

Match godparents with new members in juntagrico to help them get started

Project description

juntagrico-godparent

image Maintainability Test Coverage image image

Match godparents with new members in juntagrico to help them get started.

This is an extension for juntagrico. You can find more information about juntagrico here (https://github.com/juntagrico/juntagrico)

Installation

Install juntagrico-godparent via pip

$ pip install juntagrico-godparent

or add it in your projects requirements.txt

In settings.py add 'juntagrico_godparent', somewhere above 'juntagrico',.

INSTALLED_APPS = [
    ...
    'juntagrico_godparent',
    'juntagrico',
]

In your urls.py you also need to extend the pattern:

urlpatterns = [
    ...
    path('', include('juntagrico_godparent.urls')),
]

Signals

The following signals are sent.

  • created(instance) from Godparent and Godchild, on signing up
  • changed(instance) from Godparent and Godchild, when changing their details
  • reactivated(instance) from Godparent, when they click the button to become godparent again
  • matched(godchild, matcher), from Godchild, when a matcher matches them

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

juntagrico_godparent-1.6.0.tar.gz (30.4 kB view hashes)

Uploaded Source

Built Distribution

juntagrico_godparent-1.6.0-py3-none-any.whl (45.9 kB view hashes)

Uploaded Python 3

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