Custom composition of subscriptions in juntagrico
Project description
juntagrico-custom_sub
This is an extension for juntagrico. You can find more information about juntagrico here (https://github.com/juntagrico/juntagrico).
This extension provides support for custom composition of subscriptions. Each user can select the amount of predefined products in his or her subscription. A subscription has a total amount of available units and each product can be assigned a size in these units.
The extension also creates depot lists and packing lists that describe which products should be delivered to a depot and by which user they should be collected.
Installation
Install juntagrico-badge via pip
$ pip install juntagrico-custom-sub
or add it in your projects requirements.txt
In settings.py
add 'juntagrico_custom_sub',
.
INSTALLED_APPS = [
...
'juntagrico',
'juntagrico_custom_sub',
]
In your urls.py
you also need to extend the pattern:
urlpatterns = [
...
path('', include('juntagrico_custom_sub.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
Built Distribution
File details
Details for the file juntagrico-custom-sub-0.3.0.tar.gz
.
File metadata
- Download URL: juntagrico-custom-sub-0.3.0.tar.gz
- Upload date:
- Size: 25.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b865b79ce4f361b470ab182b07f7625af97ef85be426717ecd9ae78ea7ad5c1b |
|
MD5 | ced8569a000ce5b222601bbdbaad72a9 |
|
BLAKE2b-256 | 14362fa12083459e9ac5968ac5a58e709f23ce6e1326a9ae73411daf45ea5c16 |
File details
Details for the file juntagrico_custom_sub-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: juntagrico_custom_sub-0.3.0-py3-none-any.whl
- Upload date:
- Size: 41.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6901162c43ebd980a18c2c920cc954a550a260a44540a0ecf34121ec6a4e852f |
|
MD5 | 3a8771c922bb91da8a7e8f1434b5a247 |
|
BLAKE2b-256 | 1ebc4f5516c17f2e76a6a49d3ed7567cf5160aef102583bba5af9eaaf585c349 |