Hi,
it is possible to set many places in environment.py to inform where
the controllers are? With templates places there is no problem, but
with controllers i have an exception (need string type, not list).
I want to something like that:
paths = dict(root=root,
controllers=[os.path.join(root, 'controllers')],
static_files=os.path.join(root, 'public'),
templates=[os.path.join(root, 'templates')])
How to do that? ;-)
--
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.