{"id":15297437,"url":"https://github.com/idlesign/django-yaturbo","last_synced_at":"2025-10-06T14:15:26.360Z","repository":{"id":57422755,"uuid":"140709281","full_name":"idlesign/django-yaturbo","owner":"idlesign","description":"Reusable Django app to enable Yandex Turbo Pages for your site","archived":false,"fork":false,"pushed_at":"2022-02-04T12:53:56.000Z","size":55,"stargazers_count":16,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-27T13:11:22.648Z","etag":null,"topics":["django","python","python2","python3","rss","syndication","yandex","yandex-turbo","yandex-turbo-pages"],"latest_commit_sha":null,"homepage":"https://github.com/idlesign/django-yaturbo","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/idlesign.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG","contributing":"CONTRIBUTING","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-07-12T12:19:02.000Z","updated_at":"2024-06-04T16:39:09.000Z","dependencies_parsed_at":"2022-09-10T15:40:17.271Z","dependency_job_id":null,"html_url":"https://github.com/idlesign/django-yaturbo","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idlesign%2Fdjango-yaturbo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idlesign%2Fdjango-yaturbo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idlesign%2Fdjango-yaturbo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idlesign%2Fdjango-yaturbo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/idlesign","download_url":"https://codeload.github.com/idlesign/django-yaturbo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248790809,"owners_count":21162092,"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","python","python2","python3","rss","syndication","yandex","yandex-turbo","yandex-turbo-pages"],"created_at":"2024-09-30T19:17:31.890Z","updated_at":"2025-10-06T14:15:26.253Z","avatar_url":"https://github.com/idlesign.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"django-yaturbo\n==============\nhttps://github.com/idlesign/django-yaturbo\n\n|release| |lic| |coverage|\n\n.. |release| image:: https://img.shields.io/pypi/v/django-yaturbo.svg\n    :target: https://pypi.python.org/pypi/django-yaturbo\n\n.. |lic| image:: https://img.shields.io/pypi/l/django-yaturbo.svg\n    :target: https://pypi.python.org/pypi/django-yaturbo\n\n.. |coverage| image:: https://img.shields.io/coveralls/idlesign/django-yaturbo/master.svg\n    :target: https://coveralls.io/r/idlesign/django-yaturbo\n\n\nDescription\n-----------\n\n*Reusable Django app to enable Yandex Turbo Pages for your site*\n\nThis app allows you to define Yandex Turbo pages feeds in term similar to those\nof Django Syndication Feed Framework contrib:\n\n1. Inherit your feed class from **YandexTurboFeed**:\n\n.. code-block:: python\n\n    # feeds.py\n    from yaturbo import YandexTurboFeed\n\n    class TurboFeed(YandexTurboFeed):\n        \"\"\"\n        More information on Django Syndication Feed Framework configuration:\n        https://docs.djangoproject.com/en/2.0/ref/contrib/syndication/\n        \"\"\"\n\n2. Pass an instantiated (and optionally configured) feed object to `urlpatterns`:\n\n.. code-block:: python\n\n    # urls.py\n    from .feeds import TurboFeed\n\n    urlpatterns = [\n        ...\n        path('feeds/turbo/', TurboFeed()),\n        ...\n    ]\n\n\nRead the docs for further information.\n\n\nDocumentation\n-------------\n\nhttp://django-yaturbo.readthedocs.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidlesign%2Fdjango-yaturbo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fidlesign%2Fdjango-yaturbo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidlesign%2Fdjango-yaturbo/lists"}