Thank you all. Editing appadmin will do. I am, however, having a hard
time identifying export_to_csv( ) either in views/appadmin.html or
appadmin.py. While import_from_csv is clearly called from within
appadmin.import_csv, I am unable to identify how export_to_csv is
called there.

Thanks for your time,

Eduardo

On 3 mar, 13:49, Massimo Di Pierro <massimo.dipie...@gmail.com> wrote:
> You cannot change the default bahavior. You need to call these
> functions yourself in your code with the delimiter argument.
> You can also edit the appadmin.py in your app.
>
> On Mar 3, 10:33 am, Eduardo <meketr...@gmail.com> wrote:
>
> > Hi,
>
> > What function in what file should I modify to change the default
> > behaviour of both import_from_csv( ) and export_to_csv( )? I need to
> > make delimiter="\t" the default behaviour.
>
> > I modified those functions within dal.py with no success.
>
> > Thanks,
>
> > Eduardo
>
>

Reply via email to