artd-nequi


Nameartd-nequi JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://www.artd.com.co/
SummaryA Django app to integrato with Nequi payment gateway
upload_time2023-10-07 03:39:11
maintainer
docs_urlNone
authorJonathan Urzola Maladonado
requires_python
license
keywords pypi cicd python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =================
Nequi Integration
=================

A Django app to create Nequi integration.


Quick start
-----------

1. Add "artd_nequi" to your INSTALLED_APPS setting like this:
    
        INSTALLED_APPS = [
            ...
            "django_json_widget",
            "artd_location",
            "artd_partner",
            "artd_nequi",
        ]

2. Run ``python manage.py migrate`` to create the nequi models.

3. Run ``python manage.py create_countries`` to create countries.

4. Run ``python manage.py create_colombian_regions`` to create colombian regions.

5. Run ``python manage.py create_colombian_cities`` to create colombian cities.

6. Start the development server and visit http://127.0.0.1:8000/admin/

            

Raw data

            {
    "_id": null,
    "home_page": "https://www.artd.com.co/",
    "name": "artd-nequi",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "pypi,cicd,python",
    "author": "Jonathan Urzola Maladonado",
    "author_email": "jonathan@artd.com.co",
    "download_url": "https://files.pythonhosted.org/packages/c0/f4/5d38300fc8c5811f93a95e4b8489a6caf86f0c8959e178ce6cc5bdb49b25/artd-nequi-0.0.1.tar.gz",
    "platform": null,
    "description": "=================\nNequi Integration\n=================\n\nA Django app to create Nequi integration.\n\n\nQuick start\n-----------\n\n1. Add \"artd_nequi\" to your INSTALLED_APPS setting like this:\n    \n        INSTALLED_APPS = [\n            ...\n            \"django_json_widget\",\n            \"artd_location\",\n            \"artd_partner\",\n            \"artd_nequi\",\n        ]\n\n2. Run ``python manage.py migrate`` to create the nequi models.\n\n3. Run ``python manage.py create_countries`` to create countries.\n\n4. Run ``python manage.py create_colombian_regions`` to create colombian regions.\n\n5. Run ``python manage.py create_colombian_cities`` to create colombian cities.\n\n6. Start the development server and visit http://127.0.0.1:8000/admin/\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A Django app to integrato with Nequi payment gateway",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://www.artd.com.co/"
    },
    "split_keywords": [
        "pypi",
        "cicd",
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "89976ea19c32393a27c80a3b4524c013d225bf4410cd74beb4edfe1ae97b9157",
                "md5": "236d3353d33293009699e7285362f939",
                "sha256": "7bcbd6a9ff4938822ef9c72a775c27f93a07521061d069a1755b62a4f3badd72"
            },
            "downloads": -1,
            "filename": "artd_nequi-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "236d3353d33293009699e7285362f939",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 31465,
            "upload_time": "2023-10-07T03:39:09",
            "upload_time_iso_8601": "2023-10-07T03:39:09.312736Z",
            "url": "https://files.pythonhosted.org/packages/89/97/6ea19c32393a27c80a3b4524c013d225bf4410cd74beb4edfe1ae97b9157/artd_nequi-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c0f45d38300fc8c5811f93a95e4b8489a6caf86f0c8959e178ce6cc5bdb49b25",
                "md5": "c1d9ac299c924392a6b5cdfca1ea39f3",
                "sha256": "1aeb165cfdec42a603e6a971b616befd7cc79f9e8341d192ae268dbc393e59bf"
            },
            "downloads": -1,
            "filename": "artd-nequi-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "c1d9ac299c924392a6b5cdfca1ea39f3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 19021,
            "upload_time": "2023-10-07T03:39:11",
            "upload_time_iso_8601": "2023-10-07T03:39:11.267466Z",
            "url": "https://files.pythonhosted.org/packages/c0/f4/5d38300fc8c5811f93a95e4b8489a6caf86f0c8959e178ce6cc5bdb49b25/artd-nequi-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-07 03:39:11",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "artd-nequi"
}
        
Elapsed time: 0.14816s