Re: [web2py] Check out my new site! (also trouble with routes.py)

2012-03-27 Thread Johann Spies
On 27 March 2012 13:46, vtgorilla  wrote:

> I just launched it this morning: http://RosterBrain.com
>
>
>

it looks impressive but you have got no rugby, cricket and tennis there!  :)

Regards
Johann
-- 
Because experiencing your loyal love is better than life itself,
my lips will praise you.  (Psalm 63:3)


[web2py] Check out my new site! (also trouble with routes.py)

2012-03-27 Thread vtgorilla
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