{"id":21041415,"url":"https://github.com/dozmus/django-tagify","last_synced_at":"2026-05-18T11:06:57.718Z","repository":{"id":57422269,"uuid":"138918593","full_name":"dozmus/django-tagify","owner":"dozmus","description":"django tag input field","archived":false,"fork":false,"pushed_at":"2018-06-30T15:49:10.000Z","size":27,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-16T10:13:38.336Z","etag":null,"topics":["django","html","javascript","tag","tagging","tagify"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/dozmus.png","metadata":{"files":{"readme":"README.rst","changelog":null,"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":"2018-06-27T18:26:19.000Z","updated_at":"2024-03-24T14:51:29.000Z","dependencies_parsed_at":"2022-09-12T15:51:20.668Z","dependency_job_id":null,"html_url":"https://github.com/dozmus/django-tagify","commit_stats":null,"previous_names":["purecs/django-tagify"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/dozmus/django-tagify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dozmus%2Fdjango-tagify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dozmus%2Fdjango-tagify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dozmus%2Fdjango-tagify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dozmus%2Fdjango-tagify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dozmus","download_url":"https://codeload.github.com/dozmus/django-tagify/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dozmus%2Fdjango-tagify/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264614585,"owners_count":23637622,"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","html","javascript","tag","tagging","tagify"],"created_at":"2024-11-19T13:52:08.142Z","updated_at":"2026-05-18T11:06:52.685Z","avatar_url":"https://github.com/dozmus.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"django-tagify\n----------------\n\nA django tag input field using Tagify_ built for Django 2.0.\nThe tags are stored as a comma-delimited (unless if changed) ``String``.\n\n.. _Tagify: https://github.com/yairEO/tagify/\n\nUsage\n===============\n\n1. Models: Use ``TagsField`` to represent a tags field.\n2. Forms: Make sure you display ``form.media`` in the html template, for the widget to render correctly.\n3. Widget settings: Pass the settings dictionary as follows ``TagsField(widget_settings={...}``.\n\n * You can specify if 'duplicates' are allowed (boolean).\n * You can specify 'autocomplete' (boolean) - this matches from the whitelist.\n * You can specify 'enforceWhitelist' (boolean).\n * You can specify 'maxTags' (int).\n * You can specify the 'whitelist' (list containing strings).\n * You can specify the 'blacklist' (list containing strings).\n * You can specify the 'delimiter' (string).\n * You can specify the RegEx 'pattern' to validate the input (string).\n\nIf you want to allow blank inputs for tags make sure you set ``blank=True`` on ``TagsField``.\nIf blank inputs are allowed, they will not be filtered by the whitelist.\n\nNote: If you use ``TagsField`` in a Form, then `Form.is_valid()` will automatically verify that its values\nconform to those specify in its settings, to prevent malicious behaviour from end users.\n\nInstallation\n===============\n\n1. Install the module\n\n  .. code-block::\n\n      pip install django-tagify\n\n2. Add ``django_tagify`` to your ``INSTALLED_APPS`` setting in the Django ``settings.py``.\n\n    Example:\n\n    .. code-block:: python\n\n        INSTALLED_APPS = (\n            # ...other installed apps\n            'django_tagify',\n        )\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdozmus%2Fdjango-tagify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdozmus%2Fdjango-tagify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdozmus%2Fdjango-tagify/lists"}