The project I will be working on requires all users to import from
spreadsheets, so thats not really possible.
On Wednesday, June 20, 2012 9:49:57 AM UTC-5, Richard wrote:
>
> Why don't use the appadmin export and import ?
>
> Richard
>
> On Wed, Jun 20, 2012 at 9:55 AM, joe wrote:
>
>> I want t
Why don't use the appadmin export and import ?
Richard
On Wed, Jun 20, 2012 at 9:55 AM, joe wrote:
> I want to import from a csv file, but I want to use the imported data in
> only one of my database tables, not all of them, which is how I have seen
> the examples online. Here is my code, whic
I want to import from a csv file, but I want to use the imported data in
only one of my database tables, not all of them, which is how I have seen
the examples online. Here is my code, which does not work:
Model
---
db.define_table(
'upload',
Field('name'),
Field('e
3 matches
Mail list logo