Skip to content

Repository files navigation

juntagrico-godparent

image Maintainability Code 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('jgo/', 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

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages