On Dec 18, 12:52 am, Gael Pasgrimaud <[email protected]> wrote:
> On Sat, Dec 17, 2011 at 9:41 PM, rihad <[email protected]> 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/pyrami...
>

Thanks. But what about the config.include('myapp.fainit') thing from
the doc? What does it do? I don't see it being mentioned later. The
line should probably go to __init__.py and fainit.py should be found
in the $myapp/ dir with the def includeme in it.

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