=================
**Django Tag Me**
=================
|
**Version = 2025.07.11.1**
|
*Django Tag Me... Tag a model, a field, user tags and more...*
|
.. image:: https://github.com/imAsparky/django-tag-me/actions/workflows/main_PR.yaml/badge.svg
:alt: Tests
:target: https://github.com/imAsparky/django-tag-me/actions/workflows/main_PR.yaml
.. image:: https://img.shields.io/badge/dynamic/toml?url=https%3A%2F%2Fraw.githubusercontent.com%2FimAsparky%2Fdjango-tag-me%2Fmain%2Fpyproject.toml&query=project.dependencies&logo=Django&label=Versions&labelColor=%23092E20
:alt: Django Version Badge
:target: https://docs.djangoproject.com/en/4.2/
.. image:: https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2FimAsparky%2Fdjango-tag-me%2Fmain%2Fpyproject.toml&logo=Python
:alt: Python Version Badge
:target: https://devdocs.io/python~3.10/
.. image:: https://www.repostatus.org/badges/latest/wip.svg
:alt: Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.
:target: https://www.repostatus.org/#wip
.. image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
:target: https://github.com/pre-commit/pre-commit
:alt: pre-commit
.. image:: https://readthedocs.org/projects/django-tag-me/badge/?version=latest
:target: https://django-tag-me.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
|
`django-tag-me`, a simple approach for `Django` tagging.
|
Features in the Pipeline
------------------------
|
#. Easily set up `User tags`. **In Progress**
#. Tag a field. **Completed**
#. Tag a model. **Completed**
#. Easy as `1,2,3` - Custom select widget integration in your forms and templates. **Completed**
#. `sqLite` search with `i_contains`
#. `Postgres` text search or `i_contains`
|
Tag Selection Interface!
------------------------
|
**Dropdown with selection options.**
|
.. image:: https://raw.githubusercontent.com/imAsparky/django-tag-me/main/docs/source/imgs/tag_dropdown_with_options.png
:alt: Tag dropdown with options
|
**Dropdown tag options search functionality.**
|
.. image:: https://raw.githubusercontent.com/imAsparky/django-tag-me/main/docs/source/imgs/tag_dropdown_search.png
:alt: Tag dropdown search functionality
|
Credits
-------
|
- Dropdown interface adapted from `alpinejs-multiselect <https://github.com/alexpechkarev/alpinejs-multiselect/>`_
- Built with `Django Cookiecutter <https://github.com/imAsparky/django-cookiecutter>`_
Raw data
{
"_id": null,
"home_page": null,
"name": "django-tag-me",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": "Mark Sevelj <mark.sevelj@dunwright.com.au>",
"keywords": "Django Tag Me, Django, django, django tagging, Django tags, Django field tags",
"author": null,
"author_email": "Mark Sevelj <mark.sevelj@dunwright.com.au>",
"download_url": "https://files.pythonhosted.org/packages/17/fc/688ccf2f461b571f397708584190e0323a592bc7187633556f2edf1b0634/django_tag_me-2025.7.11.1.tar.gz",
"platform": null,
"description": "=================\n**Django Tag Me**\n=================\n\n|\n\n**Version = 2025.07.11.1**\n\n|\n\n*Django Tag Me... Tag a model, a field, user tags and more...*\n\n|\n\n.. image:: https://github.com/imAsparky/django-tag-me/actions/workflows/main_PR.yaml/badge.svg\n :alt: Tests\n :target: https://github.com/imAsparky/django-tag-me/actions/workflows/main_PR.yaml\n\n.. image:: https://img.shields.io/badge/dynamic/toml?url=https%3A%2F%2Fraw.githubusercontent.com%2FimAsparky%2Fdjango-tag-me%2Fmain%2Fpyproject.toml&query=project.dependencies&logo=Django&label=Versions&labelColor=%23092E20\n :alt: Django Version Badge\n :target: https://docs.djangoproject.com/en/4.2/\n\n.. image:: https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2FimAsparky%2Fdjango-tag-me%2Fmain%2Fpyproject.toml&logo=Python\n :alt: Python Version Badge\n :target: https://devdocs.io/python~3.10/\n\n.. image:: https://www.repostatus.org/badges/latest/wip.svg\n :alt: Project Status: WIP \u2013 Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.\n :target: https://www.repostatus.org/#wip\n\n.. image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white\n :target: https://github.com/pre-commit/pre-commit\n :alt: pre-commit\n\n.. image:: https://readthedocs.org/projects/django-tag-me/badge/?version=latest\n :target: https://django-tag-me.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\n|\n\n`django-tag-me`, a simple approach for `Django` tagging.\n\n|\n\nFeatures in the Pipeline\n------------------------\n\n|\n\n#. Easily set up `User tags`. **In Progress**\n#. Tag a field. **Completed**\n#. Tag a model. **Completed**\n#. Easy as `1,2,3` - Custom select widget integration in your forms and templates. **Completed**\n#. `sqLite` search with `i_contains`\n#. `Postgres` text search or `i_contains`\n\n|\n\nTag Selection Interface!\n------------------------\n\n|\n\n**Dropdown with selection options.**\n\n|\n\n.. image:: https://raw.githubusercontent.com/imAsparky/django-tag-me/main/docs/source/imgs/tag_dropdown_with_options.png\n :alt: Tag dropdown with options\n\n|\n\n**Dropdown tag options search functionality.**\n\n|\n\n.. image:: https://raw.githubusercontent.com/imAsparky/django-tag-me/main/docs/source/imgs/tag_dropdown_search.png\n :alt: Tag dropdown search functionality\n\n|\n\nCredits\n-------\n\n|\n\n- Dropdown interface adapted from `alpinejs-multiselect <https://github.com/alexpechkarev/alpinejs-multiselect/>`_\n- Built with `Django Cookiecutter <https://github.com/imAsparky/django-cookiecutter>`_\n",
"bugtrack_url": null,
"license": "BSD-3-Clause",
"summary": "A simple approach to Django tagging",
"version": "2025.7.11.1",
"project_urls": {
"Changelog": "https://github.com/imAsparky/django-tag-me/blob/main/CHANGELOG.md",
"Documentation": "https://django-tag-me.readthedocs.io",
"Repository": "https://github.com/imAsparky/django-tag-me",
"Tracker": "https://github.com/imAsparky/django-tag-me/issues"
},
"split_keywords": [
"django tag me",
" django",
" django",
" django tagging",
" django tags",
" django field tags"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "f421ceec05bcf48783444e19847b2be0f325dfda745f8f8392986012a4282f16",
"md5": "83a1062977fc4c2f0aa186588ab359cf",
"sha256": "8807c3408f1ad3a483f3ff7446d3af19b54827c6ee814771960bdbb52a3fbdba"
},
"downloads": -1,
"filename": "django_tag_me-2025.7.11.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "83a1062977fc4c2f0aa186588ab359cf",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 66461,
"upload_time": "2025-07-11T02:36:11",
"upload_time_iso_8601": "2025-07-11T02:36:11.050339Z",
"url": "https://files.pythonhosted.org/packages/f4/21/ceec05bcf48783444e19847b2be0f325dfda745f8f8392986012a4282f16/django_tag_me-2025.7.11.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "17fc688ccf2f461b571f397708584190e0323a592bc7187633556f2edf1b0634",
"md5": "8a6f7341d13ac52b6fa26cb92871df6f",
"sha256": "837f07d3f87bbd3009de0ebd2899fae21566d96dfc3ffd270060f2e3d13c4db6"
},
"downloads": -1,
"filename": "django_tag_me-2025.7.11.1.tar.gz",
"has_sig": false,
"md5_digest": "8a6f7341d13ac52b6fa26cb92871df6f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 136913,
"upload_time": "2025-07-11T02:36:13",
"upload_time_iso_8601": "2025-07-11T02:36:13.108434Z",
"url": "https://files.pythonhosted.org/packages/17/fc/688ccf2f461b571f397708584190e0323a592bc7187633556f2edf1b0634/django_tag_me-2025.7.11.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-11 02:36:13",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "imAsparky",
"github_project": "django-tag-me",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"requirements": [],
"tox": true,
"lcname": "django-tag-me"
}