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 <[email protected]> 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

