Skip to main content

The missing templatetags to get the current site from django.contrib.sites.

Project description

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 }}.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Django-Sites-Templatetags-0.0.3.tar.gz (2.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page