Skip to main content

Add badges to members in juntagrico

Project description

juntagrico-badges

image Maintainability Test Coverage image image

Add badges to members in juntagrico.

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

Features

  • Badges can be added in the data administration
  • Members have a new menu "Badges" where they can see their assigned badges
  • The admin can configure for each badge if members can assign them themselves
  • The Admin can see a list of all members having badges which he can filter and send emails to matching members

Installation

Install juntagrico-badge via pip

$ pip install juntagrico-badges

or add it in your projects requirements.txt

In settings.py add 'juntagrico_badges',.

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

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

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

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-badges-1.5.0.tar.gz (9.3 kB view hashes)

Uploaded Source

Built Distribution

juntagrico_badges-1.5.0-py3-none-any.whl (11.5 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