artd-location


Nameartd-location JSON
Version 1.0.5 PyPI version JSON
download
home_pagehttps://www.artd.com.co/
SummaryArtD Location.
upload_time2024-06-23 18:53:57
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 Location
=============
ArtD location is a package that makes it possible to have countries, regions and cities with their respective coding, by default we have all the regions and cities of Colombia.
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
1. Add "artd_location" to your INSTALLED_APPS setting like this:

.. code-block:: python

    INSTALLED_APPS = [
        'artd_location',
    ]


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-location",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Jonathan Urzola",
    "author_email": "jonathan@artd.com.co",
    "download_url": "https://files.pythonhosted.org/packages/d5/f4/3d35974c22e623fb41757c593cec097f81f9f6cb197dce15f4e38888d960/artd_location-1.0.5.tar.gz",
    "platform": null,
    "description": "ArtD Location\n=============\nArtD location is a package that makes it possible to have countries, regions and cities with their respective coding, by default we have all the regions and cities of Colombia.\n--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n1. Add \"artd_location\" to your INSTALLED_APPS setting like this:\n\n.. code-block:: python\n\n    INSTALLED_APPS = [\n        'artd_location',\n    ]\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 Location.",
    "version": "1.0.5",
    "project_urls": {
        "Homepage": "https://www.artd.com.co/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4c1f8d1f31ea6bc44ebeabf31e2c088d1dd60f120cbb4a21163024678fc302a4",
                "md5": "1f06c6fbd8f0400ee82f7b01b7961a90",
                "sha256": "fd0d6980be6d461630534e4921d5a638400b43d3b5e3de04ad51385e036de1d0"
            },
            "downloads": -1,
            "filename": "artd_location-1.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1f06c6fbd8f0400ee82f7b01b7961a90",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 45513,
            "upload_time": "2024-06-23T18:53:55",
            "upload_time_iso_8601": "2024-06-23T18:53:55.057407Z",
            "url": "https://files.pythonhosted.org/packages/4c/1f/8d1f31ea6bc44ebeabf31e2c088d1dd60f120cbb4a21163024678fc302a4/artd_location-1.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d5f43d35974c22e623fb41757c593cec097f81f9f6cb197dce15f4e38888d960",
                "md5": "636612a6e45383010912989ca8f396c6",
                "sha256": "469d6bb98ae52dbb98353d164a5dc955afb634972ca8f5d62f354ffdc2885d3b"
            },
            "downloads": -1,
            "filename": "artd_location-1.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "636612a6e45383010912989ca8f396c6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 39909,
            "upload_time": "2024-06-23T18:53:57",
            "upload_time_iso_8601": "2024-06-23T18:53:57.154395Z",
            "url": "https://files.pythonhosted.org/packages/d5/f4/3d35974c22e623fb41757c593cec097f81f9f6cb197dce15f4e38888d960/artd_location-1.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-23 18:53:57",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "artd-location"
}
        
Elapsed time: 0.25710s