I have a pyramid project using the formalchemy admin interface. I added the basic ACL authentication and the pyramid_formalchemy plugin always denys even though I am authenticated.
I\'d like to implement an \"add row\" button on some开发者_C百科 of my FormAlchemy grid forms to create objects.
Has anyone had any joy/pain with using other form libraries in django projects (with SQLAlchemy models initially, but perhaps to use w开发者_高级运维ith django models in future)?