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
Release files for django-redshift-backend 5.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django_redshift_backend-5.0.0.tar.gz | 112.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_redshift_backend-5.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 204.7 kB
Release files / django_redshift_backend-5.0.0.tar.gz
| Download URL | django_redshift_backend-5.0.0.tar.gz |
|---|---|
| Size | 112.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
886f26e8ab8628542ffdc776a7cdeb2f3d1ce5094c2cefa983d849b38d5af749
|
|
BLAKE2b-256 checksum How to use checksums |
fc29a280a2a21d4dfd3d1e19760fe72bf35ffb800d891ef56778a53eeaa62108
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.11.4
|
Release files / django_redshift_backend-5.0.0-py3-none-any.whl
| Download URL | django_redshift_backend-5.0.0-py3-none-any.whl |
|---|---|
| Size | 92.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0f71cbb43a1f47675f485d63f2a9f04aca00a212b235e0d86d3e40ae4286e71f
|
|
BLAKE2b-256 checksum How to use checksums |
4c6cd98c0912d6af0519e6813d39d887437a1e7d687d4255caf262e0ae7394c2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.11.4
|