New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

django-redshift-backend

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-redshift-backend

Redshift database backend for Django

  • 5.0.0
  • Source
  • PyPI
  • Socket score

Maintainers
2

==================================== Redshift database backend for Django

This is a Amazon Redshift_ database backend for Django_.

.. image:: https://jazzband.co/static/img/badge.svg :target: https://jazzband.co/ :alt: Jazzband

.. image:: https://img.shields.io/readthedocs/django-redshift-backend/master.svg :alt: Read the Docs (master) :target: https://django-redshift-backend.rtfd.io/

.. image:: https://img.shields.io/pypi/v/django-redshift-backend.svg :alt: PyPI :target: https://pypi.org/project/django-redshift-backend/

.. image:: https://img.shields.io/pypi/pyversions/django-redshift-backend.svg :alt: PyPI - Python Version :target: https://pypi.org/project/django-redshift-backend/

.. image:: https://img.shields.io/pypi/djversions/django-redshift-backend.svg :alt: PyPI - Django Version :target: https://pypi.org/project/django-redshift-backend/

.. image:: https://img.shields.io/github/license/jazzband/django-redshift-backend.svg :alt: License :target: https://github.com/jazzband/django-redshift-backend/blob/master/LICENSE

.. image:: https://github.com/jazzband/django-redshift-backend/workflows/Test/badge.svg :target: https://github.com/jazzband/django-redshift-backend/actions :alt: GitHub Actions

.. image:: https://img.shields.io/github/stars/jazzband/django-redshift-backend.svg?style=social&label=Stars :alt: GitHub stars :target: https://github.com/jazzband/django-redshift-backend

.. _Amazon Redshift: https://aws.amazon.com/jp/redshift/ .. _Django: https://www.djangoproject.com/

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': '', 'USER': '', 'PASSWORD': '', 'HOST': '', 'PORT': '5439', } }

For more information, please refer: Documentation_

LICENSE

Apache Software License

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc