django-nonrel / djangotoolbox

Django tools for building nonrel backends

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error basecompiler.py with django login

hoanha opened this issue · comments

I use django.contrib.auth.views.login
but it raises error NotImplementedError at /login/
The database backend only supports count() queries.