Redshift database backend for Django
Project description
This is a Amazon Redshift database backend for Django.
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
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_redshift_backend-4.1.0.tar.gz
(111.9 kB
view details)
Built Distribution
File details
Details for the file django_redshift_backend-4.1.0.tar.gz
.
File metadata
- Download URL: django_redshift_backend-4.1.0.tar.gz
- Upload date:
- Size: 111.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | be7d0c3c455655002d1e3513c4b933dc4bfa62e442ece3a66faa9553e0384da4 |
|
MD5 | d29a7ad3b4881f69634d745122018578 |
|
BLAKE2b-256 | 74476f43e924f709fc669d53288468b1000864eaa2cf268b4fe3a539b60453cf |
File details
Details for the file django_redshift_backend-4.1.0-py3-none-any.whl
.
File metadata
- Download URL: django_redshift_backend-4.1.0-py3-none-any.whl
- Upload date:
- Size: 91.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1ca3ca78412385032e21de9e9bc17f475850226a0987a1e0752d1076f1669bf2 |
|
MD5 | aeabeb8c4bae230bb586058e5d6b3b1c |
|
BLAKE2b-256 | 59194d1e5edd5b783cff3208380af786c054e618c9478df2c2f6975002a39609 |