I’m trying to use web2py to create a program for some of my buddies, it’s 
called “Home Run Derby”. Each member will pick 6 baseball players, only the 
top 5 score will count as a total score for each member.

 

Now I get the players name, team and HR by scraping a website and put it in 
a CSV file.

 

This works as a standalone script but want to move it to Web2py.

 

Here are the features I need help with getting started:

-       Put CSV file into DB

-       Create a member login

o   Associate players with each member

 

What I have so far for the DB is:

player_name,team,hr

David Ortiz,Red Sox,38

  

Not sure where to start so anything you can do to point me in the correct 
direction I will appreciate it J


Thanks,

Sif

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to