ArtD Payments Way.
Project description
ArtD Payments Way
ArtD Payments Way is a module that is responsible for integration with the payment gateway.
- Add to your INSTALLED_APPS setting like this:
.. code-block:: python
INSTALLED_APPS = [
'django_json_widget'
'artd_modules',
'artd_location',
'artd_partner',
'artd_paymentsway'
]
- 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
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file artd_paymentsway-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: artd_paymentsway-1.0.0-py3-none-any.whl
- Upload date:
- Size: 14.2 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 | 1e6b12e6c3ddb28dcae63dc6131d01d3108a4499bfdcaf514153b69380a657a6 |
|
MD5 | 6dd09fa066f0ea853d6fe680e4e95742 |
|
BLAKE2b-256 | fa28ab14ee69f2599f2c99b053ae71e237343e1128c5db09a6eab23bafbbbc7b |