That was the entire file. I only have the one public facing app, so I
didn't try to do anything fancy with it yet.

I kept having trouble after I took the routes.py out, and I think my
issue was that web2py wasn't always figuring out my
redirect(URL('pagename'))'s correctly. I explicitly added in the app
and controller names to all the redirects and it solved whatever was
happening.

I had it up for testing on FluxFlex with no problem, but I have it on
WebFaction now and that's when the issues started.

Thanks for adding to the poweredby site! It's famous now!

On Mar 27, 10:35 am, Anthony <abasta...@gmail.com> wrote:
> Nice. Just added tohttp://web2py.com/poweredby.
>
> Routes looks OK -- is that the entire routes.py file? Any app-specific
> routes?
>
> Anthony
>
>
>
>
>
>
>
> On Tuesday, March 27, 2012 7:46:02 AM UTC-4, vtgorilla wrote:
>
> > I just launched it this morning:http://RosterBrain.com
>
> > I was having a lot of trouble getting routes.py to work with my form
> > submits so I just stripped it for the time being. Is there anything
> > wrong with the following syntax?
>
> > routers = dict(
> >     BASE = dict(
> >         default_application = 'welcome',
> >         default_controller = 'default',
> >         default_function = 'index'
> >     )
> > )
>
> > This would sporadically give me invalid requests on form submits and
> > when using the admin interface. Any ideas?
>
> > Thanks,
> > Brad

Reply via email to