juntagrico-godparent 1.6.1

Creator: codyrutscher

Last updated:

Add to Cart

Description:

juntagricogodparent 1.6.1

juntagrico-godparent





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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.