django-oursql
django-oursql copied to clipboard
Django database backend for MySQL via oursql.
Hello, I tried to use django-oursql with Django 1.4 but I got the traceback bellow. Trying to use the new DATABASES['default']['ENGINE'] instead of DATABASE_ENGINE, breaks even worse. I removed the...
The readme claims I can install this using pip, but this does not seem to be possible since the [PyPI entry for django-oursql](http://pypi.python.org/pypi/django-oursql) does not have any files uploaded.
The Django version of this class for mysql (vers. 1.3, django.db.backends.mysql.base.DatabaseOperations) defines the compiler module as: ``` class DatabaseOperations(BaseDatabaseOperations): compiler_module = "django.db.backends.mysql.compiler" ... ``` This hook simply converts BooleanFields that...
Installed fresh virtualenv with only django, oursql, and django-oursql, receving this after setting backend to 'mysql_oursql.standard' and trying to run `python manage.py syncdb': (venv)el@arch64: ~/venv/lam % python manage.py syncdb Traceback...
Using Django 1.1, oursql 0.9.1, django-oursql from github master (easy_install and pip failed to find the package). ``` Validating models... Unhandled exception in thread started by Traceback (most recent call...
When trying to launch Django with backend set to mysql_oursql, it responds that it isn't an available backend, with: "Error was: No module named constants". Introspecting "oursql" module, we see...