Skip to main content

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',
}

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

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: juntagrico_crowdfunding-1.7.0.tar.gz
  • Upload date:
  • Size: 21.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for juntagrico_crowdfunding-1.7.0.tar.gz
Algorithm Hash digest
SHA256 306cde040eba61ab201525d98101500df2cf5f37ae10cd89093bda69af52eccd
MD5 b6cdd8d5db43a0346f18eb8a509078ad
BLAKE2b-256 ff817592dfe5eea234029c544a483d86a35fc92e7bd3b79ecf49e10315371b02

See more details on using hashes here.

Provenance

The following attestation bundles were made for juntagrico_crowdfunding-1.7.0.tar.gz:

Publisher: python-publish.yml on juntagrico/juntagrico-crowdfunding

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for juntagrico_crowdfunding-1.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 44903c0c9e9d48b43bb9dbfd6cc7e2ac4892b033d36e3778267c79e7a6665df7
MD5 ac9bad4113aeba1b92239113f616a70d
BLAKE2b-256 dfe71850abe81a4775eaa4ae74039dab1f78e6dfe15b78f841800338dcf74869

See more details on using hashes here.

Provenance

The following attestation bundles were made for juntagrico_crowdfunding-1.7.0-py3-none-any.whl:

Publisher: python-publish.yml on juntagrico/juntagrico-crowdfunding

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

1.7.0 This release

2 files

1.6.0

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page