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.
- Host: GitHub
- URL: https://github.com/dcramer/django-oursql
- Owner: dcramer
- Created: 2009-11-30T20:06:39.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2012-02-25T18:30:04.000Z (over 13 years ago)
- Last Synced: 2025-03-15T15:17:39.927Z (3 months ago)
- Language: Python
- Homepage:
- Size: 634 KB
- Stars: 37
- Watchers: 4
- Forks: 6
- Open Issues: 6
-
Metadata Files:
- Readme: README.rst
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/