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

2012-03-27 Thread vtgorilla
now! On Mar 27, 10:35 am, Anthony 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, vtgorill

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

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

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

2012-01-25 Thread vtgorilla
7;: >         team = 2 or  (the team id in your table) > db.teams.insert(name=team) > > On Wed, Jan 25, 2012 at 1:57 PM, vtgorilla > > > > > > > > wrote: > > Hi, first post so go easy on me! > > > I have two tables setup as shown below. I have a l

[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, o