Skip to main content

A Django app for experimentation.

Project description

Django Cravensworth

docs build status

django-cravensworth is a Django app for experimentation.

Quick start

Install the Cravensworth library.

pip install django-cravensworth

Install Cravensorth core in the installed apps list in your settings.py.

INSTALLED_APPS = [
    ...
    'cravensworth.core',
]

Add Cravensworth middleware to the list of middleware in your settings.py.

MIDDLEWARE = [
    ...
    'cravensworth.core.middleware.cravensworth_middleware',
    ...
]

If using Cravensworth in a web environment, ensure that the Django request context processor is installed in your TEMPLATES configuration.

TEMPLATES = [
    {
        'BACKEND': 'django.template.backends.django.DjangoTemplates',
        ...
        'OPTIONS': {
            'context_processors': [
                ...
                'django.template.context_processors.request',
                ...
            ],
        },
    },
]

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_cravensworth-1.0.0.tar.gz (59.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_cravensworth-1.0.0-py3-none-any.whl (16.3 kB view details)

Uploaded Python 3

File details

Details for the file django_cravensworth-1.0.0.tar.gz.

File metadata

  • Download URL: django_cravensworth-1.0.0.tar.gz
  • Upload date:
  • Size: 59.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for django_cravensworth-1.0.0.tar.gz
Algorithm Hash digest
SHA256 1953d52b78f38e73b1a88bbfd44195e63bccd7f644400a1e8fb77b7dd5229a42
MD5 04953df79b1f1586641e53d25caef732
BLAKE2b-256 6dac0703c5855c651f7e418285c7b7084de6029578c44a3ee02b27c588e82433

See more details on using hashes here.

Provenance

The following attestation bundles were made for django_cravensworth-1.0.0.tar.gz:

Publisher: publish.yml on hkra/django-cravensworth

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file django_cravensworth-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for django_cravensworth-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 514a6b6f4fa5527632662c4369f2d94e4545fc20cf29e7a07162ef32ccee68af
MD5 8bb5fb785f9bbe8e8903d8832dbb2b65
BLAKE2b-256 fffb345f82139b231156c9c07980de0395f921d01e9a16a188f0350fd62a0036

See more details on using hashes here.

Provenance

The following attestation bundles were made for django_cravensworth-1.0.0-py3-none-any.whl:

Publisher: publish.yml on hkra/django-cravensworth

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page