[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 =

[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 lyn...@gmail.com 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

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

2012-03-27 Thread vtgorilla
abasta...@gmail.com wrote: Nice. Just added tohttp://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

[web2py] Initial db setup using csv import for relational tables?

2012-01-25 Thread vtgorilla
Hi, first post so go easy on me! I have two tables setup as shown below. I have a lot of data (thousands of lines) that I'd like to import, but I can't seem to figure out an easy way to relate the players.team field back to a team in the teams table without modifying thousands of lines in excel,

[web2py] Re: Initial db setup using csv import for relational tables?

2012-01-25 Thread vtgorilla
, 2012 at 1:57 PM, vtgorilla bradley.allmendin...@gmail.com wrote: Hi, first post so go easy on me! I have two tables setup as shown below. I have a lot of data (thousands of lines) that I'd like to import, but I can't seem to figure out an easy way to relate the players.team field