On Sat, Dec 17, 2011 at 9:41 PM, rihad <ri...@mail.ru> wrote:
> Is going back to 1.2 the only way to try pyramid_formalchemy out?
>

No, you don't really need a template. You can add pyramid_formalchemy
to a project with only a few extra lines to your __init__.py:

config.include('pyramid_formalchemy')
config.formalchemy_admin('/admin', package='yourpackage')

That's it.

There is also some examples of various configuration/settings used for
testing here: 
https://github.com/FormAlchemy/pyramid_formalchemy/tree/master/pyramidapp/pyramidapp

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

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