An open API service indexing awesome lists of open source software.

https://github.com/dcramer/django-oursql

Django database backend for MySQL via oursql.
https://github.com/dcramer/django-oursql

Last synced: 3 months ago
JSON representation

Django database backend for MySQL via oursql.

Awesome Lists containing this project

README

        

A simple database backend for Django to utilize the oursql connector.

Install with setuptools or pip::

pip install django-oursql

Update your sttings::

DATABASES = {
'default': {
'ENGINE': 'mysql_oursql.standard',
# or 'mysql_oursql.gis'
},
}

For more information about oursql, check the docs: http://packages.python.org/oursql/