Stephane,

> I wounder if there are a project 
> likehttp://sramana.in/web2py-appadmin2/orhttp://activeadmin.info/for
> Pyramid ?
>
> I knowhttp://docs.formalchemy.org/pyramid_formalchemy/but there are
> other things ?

Try Ptah.  It may provide you a Management UI and CRUD models which
serve your needs.
You need Python2.7::

$ bin/easy_install ptah
$ bin/paster create -t ptah101 myapp
$ cd myapp
$ ../bin/python setup.py develop
$ ../bin/paster serve settings.ini

It comes with pyramid debugtoolbar for develop.  But the more
interesting thing would be the
Manage UI.  You can commit out the disable_modules in settings.ini to
enable more features
inside of the Management UI.

cheers
runyaga

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to