ArtD Channels
The ArtD Channels package allows integration with SMS and Whatsapp channels through various providers such as AWS, Messagebird and others.
How to use?
- Install The package
pip install artd-channels
- Add the required on settings.py as follows
INSTALLED_APPS = [
"artd-customer",
"artd-location",
"artd-modules",
"artd-partner",
"artd-service",
'artd_channels',
]
- 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_services
python manage.py create_base_customer_groups
python manage.py create_tax_segments
python manage.py create_vat_data
python manage.py populate_channels
python manage.py populate_providers
- Create a superuser
python manage.py createsuperuser
- Log in to your Django instance manager