Hi,
I am new in turbogear. I was looking for good python web mvc framework
quite long time, hopefully I have found it ;) I do not like django because
its more mtv than mvc. And I like sqlalchemy (not possible in django) and
jinja. So turbogear was my choice.
But I used to from different mvc web frameworks (like asp .net mvc, nette,
symphony) to different routing system (maybe this is why I do not like
django). Is in turbo gear possible to make custom routes like
"{controller}/{action}/{id}" with default parameters "home/index"? I am
used to for this and its really cool when you can choose controller
depending on url (for example rest api or custom administration). And also
it is good, because you can choose how routes will look at the end of
developing or you can change it whenever you like on running web in one
place without changing structure of project. Now its more like that
structure of project is saying how urls will look like.
Second question is. Its possible to somehow not explicitly define path to
view in @expose((? lets say by convention? example for controller
HomepageController and view index, will be searching for template in
/template/homepage/index.jinja?
And if you read this, maybe last question. I have been making some apps
which required localized urls (example for english "home/about" but for
czech "domu/o-nas") is it possible in turbogear?
Thank you :)
--
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/turbogears.
For more options, visit https://groups.google.com/groups/opt_out.