django-oursql
django-oursql copied to clipboard
Broken with current oursql code
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 that oursql.constants (used in current django-oursql code) isn't present.