Hi,

On Mon, May 25, 2009 at 11:39 PM, Joshua Ball <[email protected]> wrote:
>
> 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?
>

The third one is just an extension of the second. The main goal of
FormAlchemy is to speed development. Not to provide an admin
interface. There is an extension for this because it's only require a
few lines of code to get a *simple* admin interface. And, yes, it work
at least with foreign keys.

If you need a more complete one, you may have a look at rum:
http://docs.python-rum.org/

--
Gael

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to