Skip to main content

Easy application for get content type at template

Project description

=====
django-contenttype-tag
=====

It's easy app for get content type of instance at templates

=====
How to use
=====

1. Add 'generic_ct_tag' at INSTALLED_APPS::

INSTALLED_APPS = (
...
'generic_ct_tag',
)

3. At template::

{% load generic_ct %}

{% content_type obj as ct %}
{{ ct.app_label }}
{{ ct.model }}

{# or #}

{% content_type obj %} {# The resulr: <app_label>.<model> #}

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-contenttype-tag-1.0.1.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

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