On 17 jul, 20:08, Philip Jenvey <[EMAIL PROTECTED]> wrote:
> models has indeed moved to model. You might want to switch your app
> to use model so you're more in sync with the template, but it's not
> at all required. Nothing internally in Pylons assumes you have a
> model directory.
There is a bug about that change.

--------------
$ grep -Rw models /usr/local/lib/python2.5/Pylons-0.9.6rc1-py2.5.egg/

models_package = pkg_name + '.models'
--------------

Now, it mus be:
models_package = pkg_name + '.model'


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