ArtD Customer.
Project description
ArtD Customer
Art Customer is a package that makes it possible to manage customers, tags, addresses and additional fields.
- Add to your INSTALLED_APPS setting like this:
.. code-block:: python
INSTALLED_APPS = [
'artd_modules',
'artd_service',
'artd_location',
'artd_partner',
'django-json-widget'
'artd_customer'
]
- Run the migration commands:
.. code-block::
python manage.py makemigrations
python manage.py migrate
- Run the seeder data:
.. code-block::
python manage.py create_countries
python manage.py create_colombian_regions
python manage.py create_colombian_cities
python manage.py create_base_customer_groups
python manage.py create_tax_segments
python manage.py create_vat_data
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
artd_customer-1.0.15.tar.gz
(19.1 kB
view hashes)
Built Distribution
Close
Hashes for artd_customer-1.0.15-py3-none-any.whl
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | 616503140bb998cde66860fad9945a5965dbbdb07edd372fe376e8e498e50af1 |
|
| MD5 | d3c0557f66561601c19fa8ea13c454ff |
|
| BLAKE2b-256 | 64a39aaea62b0db37d3accb83dd10239368b318849e2065773c6fc593db04804 |