Metadata-Version: 2.0
Name: django-fullurl
Version: 0.1
Summary: The template tag `fullurl` acts just like `url`, but it always prints absolute URLs with scheme and domain
Home-page: https://github.com/Flimm/django-fullurl
Author: David D Lowe
Author-email: daviddlowe.flimm@gmail.com
License: cc0
Keywords: django
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.10
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
Requires-Dist: Django (>=1.10)

Adds two new template tags: `fullurl` and `staticurl`.


