Installation
$ [sudo] pip install django-embed-gist
Pros
- native (html links)
How it works
input:
<a href="https://gist.github.com/user/id" target="_blank">title</a>
output:
<script src="https://gist.github.com/user/id.js"></script>
settings.py
INSTALLED_APPS+= [
'django_embed_gist'
]
Examples
{% load embed_gist %}
{{ post.body|embed_gist|safe }}
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-embed-gist-2020.12.3.tar.gz.
File metadata
- Download URL: django-embed-gist-2020.12.3.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
45c025383489e8d5d4bf4ac816280982d70a445079ca19b9ba9f233aa615acad
|
|
| MD5 |
f566590d245eae3b4610e9159f4f4516
|
|
| BLAKE2b-256 |
38ce5507047b4ddf171652fdc7a9fb219fa69a966d8a708d3276de95080170f1
|