artd-infobip


Nameartd-infobip JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://www.artd.com.co/
SummaryArtD Infobip.
upload_time2024-02-24 18:50:43
maintainer
docs_urlNone
authorJonathan Urzola
requires_python
licenseBSD-3-Clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ArtD Infobip
=============
Art Infobip is a package that makes it possible to integrate Infobip to send messages.
------------------------------------------------------------------------------------------------------------
1. Add to your INSTALLED_APPS setting like this:
``INSTALLED_APPS = [
        ...
        'artd_location',
        'artd_partner',
        'django-json-widget'
        'artd_infobip'
    ]
``
2. Run `python manage.py migrate` to create the models.

3. Run the seeder data:
``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-infobip",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Jonathan Urzola",
    "author_email": "jonathan@artd.com.co",
    "download_url": "https://files.pythonhosted.org/packages/65/0f/b8b68408f1ca7b0bd35f1bba39b17436e6ca3c5ff6c947b4d295986c92fc/artd-infobip-0.0.1.tar.gz",
    "platform": null,
    "description": "ArtD Infobip\n=============\nArt Infobip is a package that makes it possible to integrate Infobip to send messages.\n------------------------------------------------------------------------------------------------------------\n1. Add to your INSTALLED_APPS setting like this:\n``INSTALLED_APPS = [\n        ...\n        'artd_location',\n        'artd_partner',\n        'django-json-widget'\n        'artd_infobip'\n    ]\n``\n2. Run `python manage.py migrate` to create the models.\n\n3. Run the seeder data:\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 Infobip.",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://www.artd.com.co/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "802673e57b0494513b9552ba506d716e1f6d392eaf9bc72deb1d9cdf6b788d57",
                "md5": "0f7a1bead437b04be1169a37896ca9b5",
                "sha256": "354295620cc7e90914235c69db032dcf61385f017d6191839b7d6327749ed756"
            },
            "downloads": -1,
            "filename": "artd_infobip-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0f7a1bead437b04be1169a37896ca9b5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 11622,
            "upload_time": "2024-02-24T18:50:41",
            "upload_time_iso_8601": "2024-02-24T18:50:41.191311Z",
            "url": "https://files.pythonhosted.org/packages/80/26/73e57b0494513b9552ba506d716e1f6d392eaf9bc72deb1d9cdf6b788d57/artd_infobip-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "650fb8b68408f1ca7b0bd35f1bba39b17436e6ca3c5ff6c947b4d295986c92fc",
                "md5": "1bad3534659f470cc068cd3a7ea4bb2f",
                "sha256": "004e2a97c431ecf359b71042a15dc40f431918d156b29847e380ffd769099220"
            },
            "downloads": -1,
            "filename": "artd-infobip-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "1bad3534659f470cc068cd3a7ea4bb2f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 7986,
            "upload_time": "2024-02-24T18:50:43",
            "upload_time_iso_8601": "2024-02-24T18:50:43.678873Z",
            "url": "https://files.pythonhosted.org/packages/65/0f/b8b68408f1ca7b0bd35f1bba39b17436e6ca3c5ff6c947b4d295986c92fc/artd-infobip-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-24 18:50:43",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "artd-infobip"
}
        
Elapsed time: 0.23337s