artd-paymentsway


Nameartd-paymentsway JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://www.artd.com.co/
SummaryArtD Payments Way.
upload_time2024-07-06 17:29:54
maintainerNone
docs_urlNone
authorJonathan Urzola
requires_pythonNone
licenseBSD-3-Clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ArtD Payments Way
=================
ArtD Payments Way is a module that is responsible for integration with the payment gateway.
------------------------------------------------------------------------------------------------------------
1. Add to your INSTALLED_APPS setting like this:

.. code-block:: python
    
    INSTALLED_APPS = [
        'django_json_widget'
        'artd_modules',
        'artd_location',
        'artd_partner',
        'artd_paymentsway'
    ]

2. Run the migration commands:
   
.. code-block::
    
        python manage.py makemigrations
        python manage.py migrate

3. Run the seeder data:
   
.. code-block::
    
        python manage.py create_countries
        python manage.py create_colombian_regions
        python manage.py create_colombian_cities

            

Raw data

            {
    "_id": null,
    "home_page": "https://www.artd.com.co/",
    "name": "artd-paymentsway",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Jonathan Urzola",
    "author_email": "jonathan@artd.com.co",
    "download_url": null,
    "platform": null,
    "description": "ArtD Payments Way\n=================\nArtD Payments Way is a module that is responsible for integration with the payment gateway.\n------------------------------------------------------------------------------------------------------------\n1. Add to your INSTALLED_APPS setting like this:\n\n.. code-block:: python\n    \n    INSTALLED_APPS = [\n        'django_json_widget'\n        'artd_modules',\n        'artd_location',\n        'artd_partner',\n        'artd_paymentsway'\n    ]\n\n2. Run the migration commands:\n   \n.. code-block::\n    \n        python manage.py makemigrations\n        python manage.py migrate\n\n3. Run the seeder data:\n   \n.. code-block::\n    \n        python manage.py create_countries\n        python manage.py create_colombian_regions\n        python manage.py create_colombian_cities\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "ArtD Payments Way.",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://www.artd.com.co/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fa28ab14ee69f2599f2c99b053ae71e237343e1128c5db09a6eab23bafbbbc7b",
                "md5": "6dd09fa066f0ea853d6fe680e4e95742",
                "sha256": "1e6b12e6c3ddb28dcae63dc6131d01d3108a4499bfdcaf514153b69380a657a6"
            },
            "downloads": -1,
            "filename": "artd_paymentsway-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6dd09fa066f0ea853d6fe680e4e95742",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 14176,
            "upload_time": "2024-07-06T17:29:54",
            "upload_time_iso_8601": "2024-07-06T17:29:54.872529Z",
            "url": "https://files.pythonhosted.org/packages/fa/28/ab14ee69f2599f2c99b053ae71e237343e1128c5db09a6eab23bafbbbc7b/artd_paymentsway-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-06 17:29:54",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "artd-paymentsway"
}
        
Elapsed time: 0.23864s