Skip to main content

Redshift database backend for Django

Project description

This is a Amazon Redshift database backend for Django.

Jazzband Read the Docs (master) PyPI PyPI - Python Version PyPI - Django Version License GitHub Actions GitHub stars

Documentation

Django settings

ENGINE for DATABASES is ‘django_redshift_backend’. You can set the name in your settings.py as:

DATABASES = {
    'default': {
        'ENGINE': 'django_redshift_backend',
        'NAME': '<your database name>',
        'USER': '<your database username>',
        'PASSWORD': '<your database password>',
        'HOST': '<your database hostname>',
        'PORT': '5439',
    }
}

For more information, please refer: Documentation

LICENSE

Apache Software License

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_redshift_backend-5.0.0.tar.gz (112.7 kB view details)

Uploaded Source

Built Distribution

django_redshift_backend-5.0.0-py3-none-any.whl (92.0 kB view details)

Uploaded Python 3

File details

Details for the file django_redshift_backend-5.0.0.tar.gz.

File metadata

File hashes

Hashes for django_redshift_backend-5.0.0.tar.gz
Algorithm Hash digest
SHA256 886f26e8ab8628542ffdc776a7cdeb2f3d1ce5094c2cefa983d849b38d5af749
MD5 21f4bd3bbbfb08ad561520048a27a759
BLAKE2b-256 fc29a280a2a21d4dfd3d1e19760fe72bf35ffb800d891ef56778a53eeaa62108

See more details on using hashes here.

File details

Details for the file django_redshift_backend-5.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for django_redshift_backend-5.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0f71cbb43a1f47675f485d63f2a9f04aca00a212b235e0d86d3e40ae4286e71f
MD5 c7a11709dbae12278fb5696239765bbe
BLAKE2b-256 4c6cd98c0912d6af0519e6813d39d887437a1e7d687d4255caf262e0ae7394c2

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 Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page