Skip to main content

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?

  1. Install The package
pip install artd-alliance
  1. 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",
]
  1. Run the migrations command
python manage.py migrate
  1. 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
  1. Create a superuser
python manage.py createsuperuser
  1. Add the context processor
 TEMPLATES = [
    {
        'OPTIONS': {
            'context_processors': [
                'artd_alliance.context_processors.user_context_processor',

            ],
        }
    },
]
  1. Log in to your Django instance manager

  2. Create a partner

  3. 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.2.tar.gz (13.7 kB view details)

Uploaded Source

Built Distribution

artd_alliance-1.0.2-py3-none-any.whl (22.7 kB view details)

Uploaded Python 3

File details

Details for the file artd_alliance-1.0.2.tar.gz.

File metadata

  • Download URL: artd_alliance-1.0.2.tar.gz
  • Upload date:
  • Size: 13.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.12

File hashes

Hashes for artd_alliance-1.0.2.tar.gz
Algorithm Hash digest
SHA256 d441f62d8ffddf0923ecff622ff1728b14c41df9f474fbae2f0896c695f01137
MD5 2ec204a443489a490d9b4fc8d4667d35
BLAKE2b-256 49c377a0095535b2b43ce5bd8726decf7f0d119a1801e77d32cbccff7d932add

See more details on using hashes here.

File details

Details for the file artd_alliance-1.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for artd_alliance-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 787f4986c3553434800d5af49d9c2fea9f3173d4364ba2cb25b632b8c78a5b73
MD5 c82dbe8dde4a0b0b4dec23254471502d
BLAKE2b-256 9d9635f81aeac9f0f877c4c6b60e04446dfda5a89b14991aefe9c149313a63ae

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page