{"id":19041162,"url":"https://github.com/ricardochaves/django_http2_push","last_synced_at":"2025-04-23T21:26:53.906Z","repository":{"id":33015908,"uuid":"149880319","full_name":"ricardochaves/django_http2_push","owner":"ricardochaves","description":"A simple way to add Header LINK","archived":false,"fork":false,"pushed_at":"2021-12-20T20:11:10.000Z","size":57,"stargazers_count":7,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-18T06:51:13.028Z","etag":null,"topics":["django","http2-push","python"],"latest_commit_sha":null,"homepage":null,"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/ricardochaves.png","metadata":{"files":{"readme":"README.md","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-09-22T13:39:49.000Z","updated_at":"2022-04-19T08:07:22.000Z","dependencies_parsed_at":"2022-07-16T05:00:37.376Z","dependency_job_id":null,"html_url":"https://github.com/ricardochaves/django_http2_push","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricardochaves%2Fdjango_http2_push","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricardochaves%2Fdjango_http2_push/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricardochaves%2Fdjango_http2_push/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricardochaves%2Fdjango_http2_push/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ricardochaves","download_url":"https://codeload.github.com/ricardochaves/django_http2_push/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250516447,"owners_count":21443628,"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","http2-push","python"],"created_at":"2024-11-08T22:27:36.861Z","updated_at":"2025-04-23T21:26:53.850Z","avatar_url":"https://github.com/ricardochaves.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# django_http2_push\n\n[![Build Status](https://travis-ci.org/ricardochaves/django_http2_push.svg?branch=master)](https://travis-ci.org/ricardochaves/django_http2_push) [![Coverage Status](https://coveralls.io/repos/github/ricardochaves/django_http2_push/badge.svg?branch=master)](https://coveralls.io/github/ricardochaves/django_http2_push?branch=master) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/3fde2e17d87f4fc68cd9211e342d465d)](https://app.codacy.com/app/ricardochaves/django_http2_push?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=ricardochaves/django_http2_push\u0026utm_campaign=Badge_Grade_Dashboard) [![Maintainability](https://api.codeclimate.com/v1/badges/076c5d59aee18da4abc3/maintainability)](https://codeclimate.com/github/ricardochaves/django_http2_push/maintainability) \n [![Updates](https://pyup.io/repos/github/ricardochaves/django_http2_push/shield.svg)](https://pyup.io/repos/github/ricardochaves/django_http2_push/) [![Python 3](https://pyup.io/repos/github/ricardochaves/django_http2_push/python-3-shield.svg)](https://pyup.io/repos/github/ricardochaves/django_http2_push/) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black) \n[![GitHub](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/ricardochaves/django_http2_push/blob/master/LICENSE) [![PyPI version](https://badge.fury.io/py/django-http2-push.svg)](https://badge.fury.io/py/django-http2-push) [![Downloads](https://pepy.tech/badge/django-http2-push)](https://pepy.tech/project/django-http2-push) [![Downloads](https://pepy.tech/badge/django-http2-push/month)](https://pepy.tech/project/django-http2-push) [![Downloads](https://pepy.tech/badge/django-http2-push/week)](https://pepy.tech/project/django-http2-push) [![Say Thanks!](https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg)](https://saythanks.io/to/ricardochaves)\n\n\n\nA simple way to add Header LINK\n\n## Install\n\n```bash\npip install django_http2_push\n```\n\nUpdate your `settings.py`\n\n```python\nINSTALLED_APPS = [\n    ...\n    \"django_http2_push\",\n    ...\n]\n\nMIDDLEWARE = [\n    ...\n    \"django_http2_push.middleware.PushHttp2Middleware\",\n    ...\n]\n```\n\n## Usage\n\nIn the templates now use `static_push` instead of `staticfiles`.\n\n![template_html](docs/images/template_html.png)\n\n![header](docs/images/header_done.png)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fricardochaves%2Fdjango_http2_push","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fricardochaves%2Fdjango_http2_push","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fricardochaves%2Fdjango_http2_push/lists"}