Django database backend for minipg
Project description
Django PostgreSQL database backend for minipg
Django 2.0
minipg (https://github.com/nakagami/minipg)
Installation
$ pip install minipg $ pip install django-minipg
Settings
DATABASES = { 'default': { 'ENGINE': 'postgresql_minipg', 'NAME': 'some_what_database', 'HOST': ..., 'USER': ..., 'PASSWORD': ..., } }
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-minipg-0.3.3.tar.gz
(11.2 kB
view hashes)