Skip to main content

Django reusable app to show pretty formatted copyright years

Project description

GitHub Coveralls Requires License Version Supported Python version Supported Django version Package format Python wheel support Package status

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

Installation

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

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

Configuration

  • Add "djcopyright" to settings.INSTALLED_APPS.

# settings.py

INSTALLED_APPS += [
    "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 "{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

# settings.py

TEMPLATE_CONTEXT_PROCESSORS += [
    "djcopyright.context_processors.djcopyright_years",
]

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

{# footer.html #}

{% load djcopyright_tags %}

{% djcopyright_years as COPYRIGHT_YEARS %}
{{ COPYRIGHT_YEARS }}

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.15.13.zip (30.8 kB view details)

Uploaded Source

Built Distribution

django_djcopyright-0.15.13-py3-none-any.whl (21.0 kB view details)

Uploaded Python 3

File details

Details for the file django-djcopyright-0.15.13.zip.

File metadata

  • Download URL: django-djcopyright-0.15.13.zip
  • Upload date:
  • Size: 30.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.2

File hashes

Hashes for django-djcopyright-0.15.13.zip
Algorithm Hash digest
SHA256 bfc70214a95522b074926b6fd0731299765539bb850b70e36e3d10251b17a5ca
MD5 dd88debe0fa8b79b656ef3206bb04389
BLAKE2b-256 856db7232601df4875fc2da5a10b7015113a536b1e40dbe301e7ab5e321f3ce2

See more details on using hashes here.

File details

Details for the file django_djcopyright-0.15.13-py3-none-any.whl.

File metadata

  • Download URL: django_djcopyright-0.15.13-py3-none-any.whl
  • Upload date:
  • Size: 21.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.2

File hashes

Hashes for django_djcopyright-0.15.13-py3-none-any.whl
Algorithm Hash digest
SHA256 11146cf97f12a25768837aae0e6baa97732b33044c408f6cc8eef08151bd1630
MD5 caf56345c9ac30b251615abdc8fc0d8f
BLAKE2b-256 cc9b9a45c185fb96a348eedc4657511a5b7bd51c5d93a6863f8d115b49b024cf

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