Skip to main content

Create crowdfunding campaigns in juntagrico.

Project description

juntagrico-crowdfunding

.github/workflows/juntagrico-ci.yml Maintainability Test Coverage image image

Create crowdfunding campaigns in juntagrico.

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

Installation

Install juntagrico-crowdfunding via pip pip install juntagrico-crowdfunding

or add it to your django project's requirements.txt: juntagrico-crowdfunding

In your juntagrico.settings.py add juntagrico_crowdfunding somewhere above juntagrico:

INSTALLED_APPS = (
    'juntagrico_crowdfunding',
    'juntagrico',
    ...

And add this middleware:

MIDDLEWARE = [
    ...
    'juntagrico_crowdfunding.middleware.FunderAccess'
]

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

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

Run python manage.py migrate to create the required databases.

Configuration

Set these in your settings.py to modify juntagrico-crowdfunding

VOCABULARY

(added keys to the existing juntagrico setting)

default value:

{
    'funding_project': 'Unterstützungs-Projekt',
    'funding_project_pl': 'Unterstützungs-Projekte'
}

EMAILS

Sets the email templates (added keys to the existing juntagrico setting)

default value:

{
    'fund_confirmation_mail': 'cf/mails/fund_confirmation_mail.txt',
}

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_crowdfunding-1.6.0.tar.gz (21.7 kB view details)

Uploaded Source

Built Distribution

juntagrico_crowdfunding-1.6.0-py3-none-any.whl (31.3 kB view details)

Uploaded Python 3

File details

Details for the file juntagrico_crowdfunding-1.6.0.tar.gz.

File metadata

File hashes

Hashes for juntagrico_crowdfunding-1.6.0.tar.gz
Algorithm Hash digest
SHA256 959de572b72b8e80cb59b2ce8fe9ca8a405fe0f5a006b586d2b49d1e2f885c28
MD5 3124a1e13df7a15c8c6d230b89ec3caf
BLAKE2b-256 ee3682d256833bff3c9cc56d2940e5ef3074b1c69debfd7617e36d5cf3fb641e

See more details on using hashes here.

File details

Details for the file juntagrico_crowdfunding-1.6.0-py3-none-any.whl.

File metadata

File hashes

Hashes for juntagrico_crowdfunding-1.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 aa6c6981ff436c706c0dbd717abd4a33e6305fd02fb26c8f97873b2d50b9c176
MD5 27cae99cc1bd10a11d5f5b130050c426
BLAKE2b-256 304a350327bc13e34140444a2b712abde2f95336bf6974c5b6bf3a87d56a0ad6

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