Joe Riopel: > I have a controller foo in my application's controller directory. I > want to make a separate admin controller named foo, in the > controllers/admin directory, as well. So I issued the command "paster > controller admin/foo" and paster is telling me that "An error > occurred. Controller foo already exists.". I could name the controller > fooadmin, but I am curious as to why I can't do this.
It seems to be a bug. You cannot create "foo" and then "admin/foo". But there's no error if you create "admin/foo" first. .pk. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
