{"id":18246243,"url":"https://github.com/mfcovington/djangocms-lab-tags","last_synced_at":"2025-04-08T19:26:01.308Z","repository":{"id":36285628,"uuid":"40590143","full_name":"mfcovington/djangocms-lab-tags","owner":"mfcovington","description":"A Django app for consolidating content tagged with django-taggit tags within a Django site with django CMS-specific features","archived":false,"fork":false,"pushed_at":"2015-08-13T06:15:34.000Z","size":120,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-02-14T15:15:30.470Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mfcovington.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-12T08:46:29.000Z","updated_at":"2015-08-13T06:16:52.000Z","dependencies_parsed_at":"2022-09-04T12:22:46.860Z","dependency_job_id":null,"html_url":"https://github.com/mfcovington/djangocms-lab-tags","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfcovington%2Fdjangocms-lab-tags","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfcovington%2Fdjangocms-lab-tags/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfcovington%2Fdjangocms-lab-tags/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfcovington%2Fdjangocms-lab-tags/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mfcovington","download_url":"https://codeload.github.com/mfcovington/djangocms-lab-tags/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247910542,"owners_count":21016707,"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":[],"created_at":"2024-11-05T09:25:05.719Z","updated_at":"2025-04-08T19:26:01.273Z","avatar_url":"https://github.com/mfcovington.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"******************\ndjangocms-lab-tags\n******************\n\n``djangocms-lab-tags`` is a Django app for consolidating content tagged with ``django-taggit`` tags within a Django site with django CMS-specific features.\n\nSource code is available on GitHub at `mfcovington/djangocms-lab-tags \u003chttps://github.com/mfcovington/djangocms-lab-tags\u003e`_. Information about ``django-taggit`` is available on `GitHub \u003chttps://github.com/alex/django-taggit\u003e`_ and `Read the Docs \u003chttp://django-taggit.readthedocs.org/en/latest/index.html\u003e`_.\n\n.. contents:: :local:\n\n\n.. Installation\n.. ============\n\n.. **PyPI**\n\n.. .. code-block:: sh\n\n..     pip install djangocms-lab-tags\n\n.. **GitHub**\n\n.. .. code-block:: sh\n\n..     pip install https://github.com/mfcovington/djangocms-lab-tags/releases/download/0.1.4-dev1/djangocms-lab-tags-0.1.4-dev1.tar.gz\n\n\nConfiguration\n=============\n\nDo the following in ``settings.py``:\n\n- Add ``cms_lab_tags`` and its dependencies to ``INSTALLED_APPS``:\n\n.. code-block:: python\n\n    INSTALLED_APPS = (\n        ...\n        'taggit',\n        'cms_lab_tags',\n    )\n\n\n.. Migrations\n.. ==========\n\n.. Create and perform ``cms_lab_tags`` migrations:\n\n.. .. code-block:: sh\n\n..     python manage.py makemigrations cms_lab_tags\n..     python manage.py migrate\n\n\nUsage\n=====\n\n- Start the development server:\n\n.. code-block:: sh\n\n    python manage.py runserver\n\n- Visit: ``http://127.0.0.1:8000/``\n- Create a CMS page and then:\n\n  - Attach the ``Tags App`` under ``Advanced Settings`` for the page, **OR**\n  - Insert the ``Tag Plugin`` into a placeholder field.\n\n\n*Version 0.0.0*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmfcovington%2Fdjangocms-lab-tags","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmfcovington%2Fdjangocms-lab-tags","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmfcovington%2Fdjangocms-lab-tags/lists"}