Metadata-Version: 1.0
Name: Django-Sites-Templatetags
Version: 0.0.1
Summary: Remove the ability to add or edit sites in Django's admin panel.
Home-page: https://github.com/RichardOfWard/django-sites-templatetags
Author: Richard Ward
Author-email: richard@richard.ward.name
License: MIT
Description: =========================
        Django-Sites-Templatetags
        =========================
        
        The missing templatetags to get the current site from ``django.contrib.sites``.
        
        Installation
        ============
        
        Use your favorite method to get it from pypi, for example:
        
        ::
        
            pip install django-sites-templatetags
        
        Then add ``sites_templatetags`` to your ``INSTALLED_APPS``.
        
        
        Usage
        =====
        
        In a template:
        
        ::
        
            {% load sites %}
            {% current_site as site %}
            You are viewing {{ site.domain }}.
        
Platform: UNKNOWN
