On Mar 27, 2012, at 7:35 AM, Anthony wrote:
> Routes looks OK -- is that the entire routes.py file? Any app-specific routes?

It does look OK, though keep in mind that setting the default a/c/f in a 
parametric router is subtly different from setting them outside the router.

Do you get any more information in the invalid-request messages? They've been 
enhanced (mostly, anyway) to give some indication of just what was invalid 
about them.

> 
> 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? 


Reply via email to