Add badges to members in juntagrico
Project description
juntagrico-badges
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',
, above 'juntagrico''
.
INSTALLED_APPS = [
...
'juntagrico_badges',
'juntagrico',
]
In your urls.py
you also need to extend the pattern:
urlpatterns = [
...
path('', include('juntagrico_badges.urls')),
]
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
juntagrico_badges-1.6.0.tar.gz
(13.3 kB
view details)
Built Distribution
File details
Details for the file juntagrico_badges-1.6.0.tar.gz
.
File metadata
- Download URL: juntagrico_badges-1.6.0.tar.gz
- Upload date:
- Size: 13.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cb4176acf1271a05d8496108c9bab286ec71e432054704bc868b8c8b3639767f |
|
MD5 | 38027c108f559be71f4a5b6799d7ac51 |
|
BLAKE2b-256 | 9f7af7e9a2d0e8b52bf133914ab9ae6172598be582777a16ce38e8fa4a1355ef |
File details
Details for the file juntagrico_badges-1.6.0-py3-none-any.whl
.
File metadata
- Download URL: juntagrico_badges-1.6.0-py3-none-any.whl
- Upload date:
- Size: 15.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 879f2548890f9f14757d96737b6cf789cc20a8ee4746895aebe8c10a01ca3e3d |
|
MD5 | 7ffdd9e804715f3b3db987cd26882c37 |
|
BLAKE2b-256 | 278c182bf5531c9ff6fd558bce670e34abc18ea9ef2fd2932bda051125ae4524 |