Nice. Just added to http://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