Match godparents with new members in juntagrico to help them get started
Project description
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 upchanged(instance)
from Godparent and Godchild, when changing their detailsreactivated(instance)
from Godparent, when they click the button to become godparent againmatched(godchild, matcher)
, from Godchild, when a matcher matches them
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file juntagrico_godparent-1.6.1.tar.gz
.
File metadata
- Download URL: juntagrico_godparent-1.6.1.tar.gz
- Upload date:
- Size: 30.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 77e01c0f8e48ecefe8027e1285415f111bf4962de86c2afd6c8145d5b84c2609 |
|
MD5 | f712daae7e35f65fb2dce7406af723b6 |
|
BLAKE2b-256 | 722d7400684f7a4e53c1854cad3d3fc4266248c4f33ab396b67713085efa5983 |
File details
Details for the file juntagrico_godparent-1.6.1-py3-none-any.whl
.
File metadata
- Download URL: juntagrico_godparent-1.6.1-py3-none-any.whl
- Upload date:
- Size: 46.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dd421e0072e1a64b058833e4b30fa95ff208b197751444f75c325c0d2cba82d7 |
|
MD5 | f34edccf532e50758d544bf5cfe6eb0d |
|
BLAKE2b-256 | bba1a2df68fd2b8c8462d748d024093475ea644da5c1a39cff3abac7cac583ca |