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.1.tar.gz (30.6 kB view details)

Uploaded Source

Built Distribution

juntagrico_godparent-1.6.1-py3-none-any.whl (46.9 kB view details)

Uploaded Python 3

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

Hashes for juntagrico_godparent-1.6.1.tar.gz
Algorithm Hash digest
SHA256 77e01c0f8e48ecefe8027e1285415f111bf4962de86c2afd6c8145d5b84c2609
MD5 f712daae7e35f65fb2dce7406af723b6
BLAKE2b-256 722d7400684f7a4e53c1854cad3d3fc4266248c4f33ab396b67713085efa5983

See more details on using hashes here.

File details

Details for the file juntagrico_godparent-1.6.1-py3-none-any.whl.

File metadata

File hashes

Hashes for juntagrico_godparent-1.6.1-py3-none-any.whl
Algorithm Hash digest
SHA256 dd421e0072e1a64b058833e4b30fa95ff208b197751444f75c325c0d2cba82d7
MD5 f34edccf532e50758d544bf5cfe6eb0d
BLAKE2b-256 bba1a2df68fd2b8c8462d748d024093475ea644da5c1a39cff3abac7cac583ca

See more details on using hashes here.

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