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
Release files for artd-customer 1.0.21
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| artd_customer-1.0.21.tar.gz | 20.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| artd_customer-1.0.21-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 57.8 kB
Release files / artd_customer-1.0.21.tar.gz
| Download URL | artd_customer-1.0.21.tar.gz |
|---|---|
| Size | 20.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1e5597153d04a7efadc6658f28bfd96caeb4cd89d7ee0a0250b1a7048f4d6039
|
|
BLAKE2b-256 checksum How to use checksums |
b08176d073f8ce66e3023478a824968c2d0f1d66ff36fdb5eab0419ce36c8f2d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.10.12
|
Release files / artd_customer-1.0.21-py3-none-any.whl
| Download URL | artd_customer-1.0.21-py3-none-any.whl |
|---|---|
| Size | 37.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
325ecabdc3a2db343eba908fa476d258ecf8843c3803041734560611eeec3630
|
|
BLAKE2b-256 checksum How to use checksums |
6a0fa77ae7a14fb27c9bd9e81f3fc6543ee5ad248bb9fda06dd0cfbad2b33d31
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.10.12
|