Skip to main content

Django reusable app to show pretty formatted copyright years

Project description

Travis Coverage Codacy Requires pypi-license pypi-version pypi-python-version pypi-django-version pypi-format pypi-wheel pypi-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 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",
)

django-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.4.3.zip (26.9 kB view details)

Uploaded Source

Built Distribution

django_djcopyright-0.4.3-py2.py3-none-any.whl (19.6 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

  • Download URL: django-djcopyright-0.4.3.zip
  • Upload date:
  • Size: 26.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.14.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.0 CPython/3.7.4

File hashes

Hashes for django-djcopyright-0.4.3.zip
Algorithm Hash digest
SHA256 61ac6b1dd7be31ed9a5fa4f79040c52f9e1a1805941030af6509a6dfd7e53cb5
MD5 c6c1ef9d2e454b4e1f5c1c354c5e5f27
BLAKE2b-256 aeda237b32c8c502698e2c14436e5ea0a01d307e44b4b429509ec4156033c7e7

See more details on using hashes here.

File details

Details for the file django_djcopyright-0.4.3-py2.py3-none-any.whl.

File metadata

  • Download URL: django_djcopyright-0.4.3-py2.py3-none-any.whl
  • Upload date:
  • Size: 19.6 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.14.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.0 CPython/3.7.4

File hashes

Hashes for django_djcopyright-0.4.3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 00bffeea38c63750f8f0ed4133802e2982d9d5ffce1d360c5520a6ca14b4a830
MD5 c5fa3bd1efa6c8c9fb12fa872f70befe
BLAKE2b-256 23dbe16ff9e06ef2961d609260686c7d3ffda2218b0c29afee4974127118b8d2

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