django-oursql icon indicating copy to clipboard operation
django-oursql copied to clipboard

Broken with current oursql code

Open matehat opened this issue 16 years ago • 0 comments

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.

matehat avatar Jan 14 '10 05:01 matehat