Skip to main content

Django reusable app to show pretty formatted copyright years

Project description

django-djcopyright is a django reusable application to show pretty formatted copyright years

Installation

  • Obtain your copy of source code from git repository: git clone https://github.com/vint21h/django-djcopyright.git. Or download latest release from https://github.com/vint21h/django-djcopyright/tags.

  • Run python ./setup.py install from repository source tree or unpacked archive. Or use pip: pip install django-djcopyright.

Configuration

Add "djcopyright" to settings.INSTALLED_APPS.

INSTALLED_APPS = (

…,

“djcopyright”,

…,

)

Djcopyright settings

DJCOPYRIGHT_START_YEAR

Contains year to start show copyright from. Defaults to 1970.

DJCOPYRIGHT_FORMAT_STRING

Contains format string to show copyright. Defaults to u"{start_year} - {current_year}".

DJCOPYRIGHT_SHOW_CURRENT_YEAR

Show current year in copyright string. Defaults to True.

DJCOPYRIGHT_SHOW_START_YEAR

Show start year in copyright string. Defaults to True.

Usage

If you want always have COPYRIGHT_YEARS variable in templates context, just add "djcopyright.context_processors.djcopyright_years" to settings.TEMPLATE_CONTEXT_PROCESSORS

TEMPLATE_CONTEXT_PROCESSORS = (

…,

“djcopyright.context_processors.djcopyright_years”,

…,

)

Else you can use djcopyright_years assignment templatetag which can be loaded from djcopyright_tags.

Licensing

django-djcopyright is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. For complete license text see COPYING file.

Contacts

Project Website: https://github.com/vint21h/django-djcopyright

Author: Alexei Andrushievich <vint21h@vint21h.pp.ua>

For other authors list see AUTHORS file.

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

django-djcopyright-0.2.3.tar.gz (15.6 kB view details)

Uploaded Source

Built Distribution

django_djcopyright-0.2.3-py2-none-any.whl (5.4 kB view details)

Uploaded Python 2

File details

Details for the file django-djcopyright-0.2.3.tar.gz.

File metadata

File hashes

Hashes for django-djcopyright-0.2.3.tar.gz
Algorithm Hash digest
SHA256 88e4921394bae7cb9564c412b24213d263b7db2da90ec7d4ff5d811ce1cc68bc
MD5 983d726b672699e78282e1c236b7333e
BLAKE2b-256 0e09508f65c02c60e1787dcc2f92eae28837c434853a3692a01e36a0790efa7a

See more details on using hashes here.

File details

Details for the file django_djcopyright-0.2.3-py2-none-any.whl.

File metadata

File hashes

Hashes for django_djcopyright-0.2.3-py2-none-any.whl
Algorithm Hash digest
SHA256 eb5e2ef9aec95f77e59b24d720f1386656fd8ec5759f21e86a25558ec148ab33
MD5 dca30ec8c87e76f13336d7a228691317
BLAKE2b-256 7a61823f3cd63d29f8caf91202dc839645c2e247138e6edb47dc442ffa8efc4c

See more details on using hashes here.

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