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

2012-03-27 Thread Jonathan Lundell
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 in

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

2012-03-27 Thread Anthony
> > I kept having trouble after I took the routes.py out, and I think my > issue was that web2py wasn't always figuring out my > redirect(URL('pagename'))'s correctly. I explicitly added in the app > and controller names to all the redirects and it solved whatever was > happening. When you d

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

2012-03-27 Thread vtgorilla
That was the entire file. I only have the one public facing app, so I didn't try to do anything fancy with it yet. I kept having trouble after I took the routes.py out, and I think my issue was that web2py wasn't always figuring out my redirect(URL('pagename'))'s correctly. I explicitly added in t

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

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

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

2012-03-27 Thread Massimo Di Pierro
:-) On Tuesday, 27 March 2012 06:46:02 UTC-5, 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 sy

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

2012-03-27 Thread vtgorilla
Yes, but I borrowed inspiration heavily from another design. On Mar 27, 8:15 am, lyn2py wrote: > Very nice theme! > Did you design it yourself? > > > > > > > > On Tuesday, March 27, 2012 7:46:02 PM UTC+8, vtgorilla wrote: > > > I just launched it this morning:http://RosterBrain.com > > > I was ha

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

2012-03-27 Thread lyn2py
Very nice theme! Did you design it yourself? On Tuesday, March 27, 2012 7:46:02 PM UTC+8, 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