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

