django-http2-push 0.0b2
pip install django-http2-push
Latest version
Released:
A simple way to add Header LINK
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Ricardo Baltazar Chaves
Classifiers
- Development Status
- Environment
- Framework
- Intended Audience
- License
- Natural Language
- Operating System
- Programming Language
- Topic
Project description
# django_http2_push
[](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`.


[](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`.


Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Ricardo Baltazar Chaves
Classifiers
- Development Status
- Environment
- Framework
- Intended Audience
- License
- Natural Language
- Operating System
- Programming Language
- Topic
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
File details
Details for the file django_http2_push-0.0b2.tar.gz
.
File metadata
- Download URL: django_http2_push-0.0b2.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.2 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 77ea0ec0733ded828d7596e2475d541ff40434b706f9c22265ba1e4591067b25 |
|
MD5 | c9b56b48432806d8869b2ef5b72bbcab |
|
BLAKE2b-256 | 69db59279015e5b1558e971e7d9f982dfc8577037fbc84b23123632e180630bd |
File details
Details for the file django_http2_push-0.0b2-py3-none-any.whl
.
File metadata
- Download URL: django_http2_push-0.0b2-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.2 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | df8d34136386315e440b2d5d83a999709e5175ac1c1b16f582c3a2ea771036bf |
|
MD5 | dff76911e9f01ab0124359f8efbf7e32 |
|
BLAKE2b-256 | f93394a5b30a0c2d27e21c8f93c5ed084808ce59ffa69d423b2578dac4f1929c |