all i did was set routes.py to :

routers = dict(
  BASE  = dict(default_application='polow'),
)

# where polow is my app name

Arek

On Aug 1, 6:07 pm, Jonathan Lundell <jlund...@pobox.com> wrote:
> On Aug 1, 2011, at 8:55 AM, agend wrote:
>
> > hi, what do i have to do to make a request to this address :
> > example.com/345 go to example.com/show_item/345 ???
>
> > i've already set up the default application and controller
>
> Is show_item intended to be the default function? Are you using the 
> parametric ("new") router?

Reply via email to