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-4.2.0.tar.gz (152.8 kB view details)

Uploaded Source

Built Distribution

django_redshift_backend-4.2.0-py3-none-any.whl (92.1 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for django_redshift_backend-4.2.0.tar.gz
Algorithm Hash digest
SHA256 e86d7a3955a6f032daf26643efde3b8ef7fbd091844bed161d09745c8200ef43
MD5 2e6e8386aace6fe9c3c435528d809e83
BLAKE2b-256 4ef0c46189e09bd8a116812cf8cab8054832a3d25c8c7a3dd78738a057c9994b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_redshift_backend-4.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7d41548e6df083bd7100f0d4f2d86fc8acb8acb2cd46d9749a16aae1e269f4d6
MD5 9c5d46f9ed56478bfe72c40968c5c91e
BLAKE2b-256 9c7ddee93f8749c0e763bd1a9d6dc3ed8db565f9228fc1965841989446510786

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