ArtD Alliance.
Project description
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
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
artd_alliance-1.0.5.tar.gz
(13.9 kB
view details)
Built Distribution
File details
Details for the file artd_alliance-1.0.5.tar.gz
.
File metadata
- Download URL: artd_alliance-1.0.5.tar.gz
- Upload date:
- Size: 13.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 938b3048e6288dfa931aa58c0c9d79c2ecae5defb12dff67ab1853bba2c0b474 |
|
MD5 | 5732cf373a68db1c6badbab56fd2515b |
|
BLAKE2b-256 | 985f89d1c6d8b6c71dca8f115ff0047671727a059bf3423445a0d4d97de32439 |
File details
Details for the file artd_alliance-1.0.5-py3-none-any.whl
.
File metadata
- Download URL: artd_alliance-1.0.5-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 | 8ba7a634fde0e87a7461998e7e80ede8dbbc02a70565e6a4a9f383e04a9f67b7 |
|
MD5 | f2c7221699bb9bcaf3b07d1b0ca40a5a |
|
BLAKE2b-256 | 44ddc1fa726f79fe9891b6b56ce9f6061692255274d8fda5dc2ce498ccd634cd |