Create crowdfunding campaigns in juntagrico.
Project description
juntagrico-crowdfunding
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
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
Built Distribution
File details
Details for the file juntagrico_crowdfunding-1.6.0.tar.gz
.
File metadata
- Download URL: juntagrico_crowdfunding-1.6.0.tar.gz
- Upload date:
- Size: 21.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 959de572b72b8e80cb59b2ce8fe9ca8a405fe0f5a006b586d2b49d1e2f885c28 |
|
MD5 | 3124a1e13df7a15c8c6d230b89ec3caf |
|
BLAKE2b-256 | ee3682d256833bff3c9cc56d2940e5ef3074b1c69debfd7617e36d5cf3fb641e |
File details
Details for the file juntagrico_crowdfunding-1.6.0-py3-none-any.whl
.
File metadata
- Download URL: juntagrico_crowdfunding-1.6.0-py3-none-any.whl
- Upload date:
- Size: 31.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aa6c6981ff436c706c0dbd717abd4a33e6305fd02fb26c8f97873b2d50b9c176 |
|
MD5 | 27cae99cc1bd10a11d5f5b130050c426 |
|
BLAKE2b-256 | 304a350327bc13e34140444a2b712abde2f95336bf6974c5b6bf3a87d56a0ad6 |