Skip to main content

Copyright django app

Project description

# django-copyright

[django-copyright](https://github.com/arteria/django-copyrigh) keeps your site's copyright notice up-to-date. Forever and ever.

## Installation

Install copyright from the PyPI using:

pip install django-copyright

Add `copyright` to your `INSTALLED_APPS`

INSTALLED_APPS = (

'copyright',
)

set a `COPY_START_YEAR` in the django settings (this is an ingeter)

COPY_START_YEAR = 2009

to span a range.


## Usage

Load copyrighttags in the template with `{% load copyrighttags %}`, afterwards place `{% getCopyrightYears %}` in the template, this will render a string like "2009 - 2012" or "2012" in case ``COPY_START_YEAR`` is not definied in your project settings.

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-copyright-1.0.0.tar.gz (2.0 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