An open API service indexing awesome lists of open source software.

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.

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/`.