Joe Riopel pisze:
> Hi,
>
> 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.
>   
Have you tried:
$ paster controller "admin/foo"
> Is this because of routes and the URL mapping?
>
> 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