You definitively have different routes.py On Monday, 23 July 2012 02:49:44 UTC-5, lyn2py wrote: > > Hello guys, > > I'm using the latest stable version, and need some assistance > > I'm using args to validate and I found the following behavior: > > On Localhost (copied directly from response toolbar, "request") > args: > > edit > 3 > new-test-discussion > > > > > On Production > args: > > 3 > new-test-discussion > > > I'm using args(1), which renders properly on localhost, but not on > production (because it should be args(0) ). May I know why there is a > discrepancy in args behavior? > > Localhost and Production should be able to work with the same code right? >
--

