Skip to content

q30-space/juntagrico-contribution

 
 

Repository files navigation

juntagrico-contribution

image Maintainability Code Coverage image image

Run contribution rounds (Beitragsrunden) with juntagrico

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

Features

  • Run Contribution Rounds (Beitragsrunden) with or without predefined options.
  • Transfer the contributions to bill in juntagrico-billing

Installation

Install juntagrico-contribution via pip

$ pip install juntagrico-contribution

or add it in your projects requirements.txt

In settings.py add 'juntagrico_contribution',, above 'juntagrico''.

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

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

urlpatterns = [
    ...
    path('jcr/', include('juntagrico_contribution.urls')),
]

More

Check the documentation for more details.

About

Run contributions rounds in juntagrico

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 64.4%
  • HTML 35.2%
  • CSS 0.4%