Skip to content

dcramer/django-oursql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

Django database backend for MySQL via oursql.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages