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

Uploaded Source

Built Distribution

django_redshift_backend-4.1.1-py3-none-any.whl (91.5 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for django_redshift_backend-4.1.1.tar.gz
Algorithm Hash digest
SHA256 5d941621a9cc3ad6685f1a475b3a87bac73fae910357fab2e9ed44a138ce35d2
MD5 3f4bfe2a779270787336b1d95f71b8bb
BLAKE2b-256 39f665ca3e74fda90bd7a9a567e80c430bf61278b51f318e8b4d392dde9b26c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_redshift_backend-4.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 139101371b032644ed1d761ed64572f447dc1931c7c16991ff3251d8fbc962e0
MD5 bc78e6a580ab9ee768648d4d3096caa0
BLAKE2b-256 5641cbc4f240c492dba05719285206724ef027472db00d7c7b049694a9c51397

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