ArtD Alliance
The ArtD Alliance module allows different parties to partner to create promotional strategies such as percentage or fixed discounts and discount coupons of different types.
How to use?
- Install The package
pip install artd-alliance
- Add the required on settings.py as follows
INSTALLED_APPS = [
"django_json_widget",
"artd_customer",
"artd_location",
"artd_modules",
"artd_partner",
"artd_product",
"artd_service",
"artd_urls",
"artd_promotion",
"artd_alliance",
]
- Run the migrations command
python manage.py migrate
- Run the base commands
python manage.py create_countries
python manage.py create_colombian_regions
python manage.py create_colombian_cities
python manage.py create_apps
python manage.py create_services
python manage.py create_base_customer_groups
python manage.py create_tax_segments
python manage.py create_vat_data
python manage.py create_taxes
python manage.py insert_installed_apps_and_permissions
- Create a superuser
python manage.py createsuperuser
- Add the context processor
TEMPLATES = [
{
'OPTIONS': {
'context_processors': [
'artd_alliance.context_processors.user_context_processor',
],
}
},
]
-
Log in to your Django instance manager
-
Create a partner
-
Configure your partners and alliances
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
artd_alliance-1.0.7.tar.gz
(14.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file artd_alliance-1.0.7.tar.gz.
File metadata
- Download URL: artd_alliance-1.0.7.tar.gz
- Upload date:
- Size: 14.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/5.1.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e59f19aa406d0941ee2e3603f9ccd4b1465202a162595afb56b65aaaddaebf4
|
|
| MD5 |
6eb040351dde34815cd25b7701d081f7
|
|
| BLAKE2b-256 |
449878118a2190f4d19f52e1989af148bb25aaf41a3770147a33e807094ec999
|
File details
Details for the file artd_alliance-1.0.7-py3-none-any.whl.
File metadata
- Download URL: artd_alliance-1.0.7-py3-none-any.whl
- Upload date:
- Size: 23.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/5.1.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d2225586cf36ff686bb38e06bcaae4a44e7d5a9a52499615439eff9f05505bb5
|
|
| MD5 |
8b8c53e0b884d110bd1db83ddf44fc71
|
|
| BLAKE2b-256 |
61636697183e9ccac456f434e43c8ccddefb7b014c22e4e3230a4ea28ffc577b
|