Skip to content

sethlivingston/django-amptags

Repository files navigation

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

About

Django template tags designed to make it easier to build Google AMP websites.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages