*Hello everyone!* *I could solve my problem researching and reading.* *Here is the solution: * * *
> rutas = ( > '(/)?', 'index', > '/publicaciones(/|/(\d+))?', 'index', > '/publicacion(/|/(\d+))?', 'view', > '/borrar/(\d+)', 'delete', > '/editar/(\d+)', 'edit', > '/descomentar/(\d+)', 'descomentar', > '/login(/)?', 'login', > '/logout(/)?', 'logout', > '/nuevo(/)?', 'new', > '/categorias(/)?', 'categories', > '/categoria(/|/(\d+))?', 'category', > '/nueva/categoria(/)?', 'nueva_categoria', > '/editar/categoria/(\d+)', 'editar_categoria', > '/borrar/categoria/(\d+)', 'borrar_categoria', > '/buscar(/)?', 'search', > '/favicon.ico', 'favicon' > ) PD: I'm sorry the question <http://fc02.deviantart.net/fs70/i/2010/314/5/1/i_want_to_say_sorry_by_eleanortopsie-d32kdh8.jpg> -- You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
