https://github.com/sethlivingston/django-amptags
Django template tags designed to make it easier to build Google AMP websites.
https://github.com/sethlivingston/django-amptags
amp amp-html django
Last synced: 3 months ago
JSON representation
Django template tags designed to make it easier to build Google AMP websites.
- Host: GitHub
- URL: https://github.com/sethlivingston/django-amptags
- Owner: sethlivingston
- License: isc
- Created: 2017-06-01T22:45:44.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T00:01:38.000Z (over 3 years ago)
- Last Synced: 2025-12-15T08:56:50.892Z (7 months ago)
- Topics: amp, amp-html, django
- Language: Python
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
========
AMP Tags
========
Django template tags designed to make it easier to build `Google Amp `_ websites.
Quick Start
-----------
1. Add 'amptags' to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'amptags',
]
Building django-amptags
-----------------------
1. Run `python setup.py sdist`.
2. Run `twine upload dist/`.