Thank you very much, Anthony. Your explanation and solution was
exactly what I needed.
Eduardo
On 4 mar, 00:23, Anthony wrote:
> On Thursday, March 3, 2011 1:19:14 PM UTC-5, Eduardo wrote:
>
> > Thank you all. Editing appadmin will do. I am, however, having a hard
> > time identifying export_to_
On Thursday, March 3, 2011 1:19:14 PM UTC-5, Eduardo wrote:
>
> 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
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
I would think it'd at least be possible to edit the code directly if not
subclass/override it? Is that a problem because other components depend on
its default behavior?
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 wrote:
> Hi,
>
> What function in what file should I modify to change the default
> behaviour of b
I think you can pass in the delimiter:
export_to_csv(delimiter = ',', quotechar = '"', quoting = csv.QUOTE_MINIMAL)
6 matches
Mail list logo