A simple way to add Header LINK
Project description
# django_http2_push
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
A simple way to add Header LINK
## Install
```bash
pip install django_http2_push
```
Update your `settings.py`
```python
INSTALLED_APPS = [
...
"django_http2_push",
...
]
MIDDLEWARE = [
...
"django_http2_push.middleware.PushHttp2Middleware",
...
]
```
## Usage
In the templates now use `static_push` instead of `static`.
![template_html](docs/images/template_html.png)
![header](docs/images/header_done.png)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
A simple way to add Header LINK
## Install
```bash
pip install django_http2_push
```
Update your `settings.py`
```python
INSTALLED_APPS = [
...
"django_http2_push",
...
]
MIDDLEWARE = [
...
"django_http2_push.middleware.PushHttp2Middleware",
...
]
```
## Usage
In the templates now use `static_push` instead of `static`.
![template_html](docs/images/template_html.png)
![header](docs/images/header_done.png)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for django_http2_push-0.0b2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | df8d34136386315e440b2d5d83a999709e5175ac1c1b16f582c3a2ea771036bf |
|
MD5 | dff76911e9f01ab0124359f8efbf7e32 |
|
BLAKE2b-256 | f93394a5b30a0c2d27e21c8f93c5ed084808ce59ffa69d423b2578dac4f1929c |