Hey people,

I'm relatively new to all this Web Python stuff, but I'm hoping
somebody can share their wisdom...

For a while I have been working with Django, and although I quite like
it, I feel like there is too much stuff going on that I have
absolutely no control over, and too many things which just happen
"automagically".

For this reason, I am looking at alternative frameworks, and right now
I'm pretty keen on Pylons.

Thing is, I'm not terribly fond of the Pylons routing system. I really
liked using regex with Django, and I don't like how Pylons is forcing
me to use this "controller" suffix on my controller classes. I would
much prefer to have classes with names like ArticleBrowser,
ProfileEditor, etc..

(I also noticed Google Apps is the same as Django for routing)

So what I am wondering is, is it possible to use a Django style
routing system with Pylons, and also, why does Pylons want me to add
'Controller' at the end of everything? Can I change this behavior? Why
doesn't Pylons just let the user decide if they want to call their
classes BlaBlaControllerr or not?

Thanks

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