{"id":18041558,"url":"https://github.com/bashu/django-taggit-anywhere","last_synced_at":"2025-04-09T19:16:50.611Z","repository":{"id":57422284,"uuid":"79196700","full_name":"bashu/django-taggit-anywhere","owner":"bashu","description":"🔖 django-taggit with easy!","archived":false,"fork":false,"pushed_at":"2021-11-29T07:57:08.000Z","size":31,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-04-09T19:16:44.373Z","etag":null,"topics":["django-taggit","django-taggit-helpers","django-taggit-labels","tagging","tags"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bashu.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-17T06:34:21.000Z","updated_at":"2024-10-01T02:01:56.000Z","dependencies_parsed_at":"2022-09-13T14:11:46.814Z","dependency_job_id":null,"html_url":"https://github.com/bashu/django-taggit-anywhere","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bashu%2Fdjango-taggit-anywhere","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bashu%2Fdjango-taggit-anywhere/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bashu%2Fdjango-taggit-anywhere/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bashu%2Fdjango-taggit-anywhere/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bashu","download_url":"https://codeload.github.com/bashu/django-taggit-anywhere/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248094988,"owners_count":21046770,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["django-taggit","django-taggit-helpers","django-taggit-labels","tagging","tags"],"created_at":"2024-10-30T16:10:37.720Z","updated_at":"2025-04-09T19:16:50.581Z","avatar_url":"https://github.com/bashu.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"django-taggit-anywhere\n======================\n\n.. image:: https://img.shields.io/pypi/v/django-taggit-anywhere.svg\n    :target: https://pypi.python.org/pypi/django-taggit-anywhere/\n\n.. image:: https://img.shields.io/pypi/dm/django-taggit-anywhere.svg\n    :target: https://pypi.python.org/pypi/django-taggit-anywhere/\n\n.. image:: https://img.shields.io/github/license/bashu/django-taggit-anywhere.svg\n    :target: https://pypi.python.org/pypi/django-taggit-anywhere/\n\nEven more simpler approach to tagging with\ndjango-taggit_. Additionally this project provides easy-to-use\nintegration with django-taggit-helpers_ and django-taggit-labels_\n\nInstallation\n------------\n\nFirst install the module, preferably in a virtual environment. It can be installed from PyPI:\n\n.. code-block:: shell\n\n    pip install django-taggit-anywhere\n\nRequirements\n~~~~~~~~~~~~\n\nYou must have *django-taggit* installed and configured, see the django-taggit_ documentation for details and setup instructions.\n\nSetup\n-----\n\nMake sure the project is configured for django-taggit_.\n\nYou'll need to add ``taggit_anywhere`` as a **LAST** item to ``INSTALLED_APPS`` in your project's ``settings.py`` file:\n\n.. code-block:: python\n\n    INSTALLED_APPS += [\n        # optional integration with django-taggit-helpers\n        'taggit_helpers',  # pip install django-taggit-helpers\n\n        # optional integration with django-taggit-labels\n        'taggit_labels',  # pip install django-taggit-labels\n\n        'taggit_anywhere',  # must be last in a list\n    ]\n\nThere is only one mandatory configuration option you need to set in your ``settings.py``:\n\n.. code-block:: python\n\n    TAGGIT_FOR_MODELS = [\n        '\u003capp_name\u003e.\u003cmodel_name\u003e',\n    ]\n\n\nPlease see ``example`` application. This application is used to manually test the functionalities of this package. This also serves as good example...\n\nYou need Django 1.8 or above to run that. It might run on older versions but that is not tested.\n\nContributing\n------------\n\nIf you like this module, forked it, or would like to improve it, please let us know!\nPull requests are welcome too. :-)\n\nLicense\n-------\n\n``django-taggit-anywhere`` is released under the MIT license.\n\n.. _django-taggit: https://github.com/alex/django-taggit\n.. _django-taggit-helpers: https://github.com/mfcovington/django-taggit-helpers\n.. _django-taggit-labels: https://github.com/bennylope/django-taggit-labels\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbashu%2Fdjango-taggit-anywhere","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbashu%2Fdjango-taggit-anywhere","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbashu%2Fdjango-taggit-anywhere/lists"}