Hi all, What does Pylons have in the way of automatic admin interface generation, ala Django?
Some quick googling reveals the following: http://adminpylon.devjavu.com/ http://pypi.python.org/pypi/FormAlchemy http://docs.formalchemy.org/ext/pylons.html The first looks dead, and the second looks like only half of a solution - I would still need to write my own controllers. The third looks the most promising, but it's unclear how complete it is - does it handle foreign keys and many-to-many relationships really well? Surely my question is a common one, but I haven't been able to find any answers. If someone could point me in the right direction, I would appreciate it. I realize that an admin interface kind of goes against the separation- of-concerns philosophy embraced by Pylons, but surely there could be a library which complies with WSGI and whose only dependency is Elixir. Josh "Ua" Ball --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
