artd-urls


Nameartd-urls JSON
Version 1.0.5 PyPI version JSON
download
home_pagehttps://www.artd.com.co/
SummaryArtD URLS.
upload_time2024-06-23 20:27:06
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 URLS
============
Art URL is a module that is responsible for creating URLs for products
-----------------------------------------------------------------------
1. Add to your INSTALLED_APPS setting like this:

.. code-block:: python

    INSTALLED_APPS = [
        'dal',
        'dal_select2',
        'django-json-widget'
        'artd_modules',
        'artd_location',
        'artd_partner',
        'aartd_urls'
    ]

1. 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-urls",
    "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/53/6c/91479d1f0bea8c02a6b16e150f867166ce27263850c9ffcc7503c94f3e2b/artd_urls-1.0.5.tar.gz",
    "platform": null,
    "description": "ArtD URLS\n============\nArt URL is a module that is responsible for creating URLs for products\n-----------------------------------------------------------------------\n1. Add to your INSTALLED_APPS setting like this:\n\n.. code-block:: python\n\n    INSTALLED_APPS = [\n        'dal',\n        'dal_select2',\n        'django-json-widget'\n        'artd_modules',\n        'artd_location',\n        'artd_partner',\n        'aartd_urls'\n    ]\n\n1. 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 URLS.",
    "version": "1.0.5",
    "project_urls": {
        "Homepage": "https://www.artd.com.co/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8032eea5a997348558c97a4570ef1700ef315d574cdebcb68c09ad049764a0c8",
                "md5": "82cccd9517cf9e3100bfc28f463965ec",
                "sha256": "e1d15ed46f15368d032fc8ee9c58389ed72c1507aaff94984b182ec85f2a010b"
            },
            "downloads": -1,
            "filename": "artd_urls-1.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "82cccd9517cf9e3100bfc28f463965ec",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 15723,
            "upload_time": "2024-06-23T20:27:04",
            "upload_time_iso_8601": "2024-06-23T20:27:04.511412Z",
            "url": "https://files.pythonhosted.org/packages/80/32/eea5a997348558c97a4570ef1700ef315d574cdebcb68c09ad049764a0c8/artd_urls-1.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "536c91479d1f0bea8c02a6b16e150f867166ce27263850c9ffcc7503c94f3e2b",
                "md5": "5e1b8de2f988cfb7a840eb37e28ad505",
                "sha256": "a83333416b1dee7462653c36e23e8172021aab3fa53b379a98610cd2fde754de"
            },
            "downloads": -1,
            "filename": "artd_urls-1.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "5e1b8de2f988cfb7a840eb37e28ad505",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 11207,
            "upload_time": "2024-06-23T20:27:06",
            "upload_time_iso_8601": "2024-06-23T20:27:06.233895Z",
            "url": "https://files.pythonhosted.org/packages/53/6c/91479d1f0bea8c02a6b16e150f867166ce27263850c9ffcc7503c94f3e2b/artd_urls-1.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-23 20:27:06",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "artd-urls"
}
        
Elapsed time: 0.44454s