Anthony Monthe

Results 56 comments of Anthony Monthe

Hello @andrewgy8 The workflow would be the following (for export): - Dev use `import_export_django.resources.DataframeResource` - Data is exported as pandas.DataFrame by django-pandas - Pandas is able to fullfill tablib features...

@andrewgy8 Yes I saw it, but it doesn't do the main thing I want to do: Pass from queryset to dataframe. I would like to avoid tablib and benefit from...

Hi @ericdwang Yes, I started with that, but actually i have no gain to use pandas.

Hi @jezdez, Any news ?

@jezdez @dokterbob ?

We need before to list all media files via Django built-in API. And after there is `fnmatch` (https://docs.python.org/2/library/fnmatch.html#fnmatch.fnmatch) for match file with wildcard. We must ensure storages are able to...

Now DBbackup can walk through storage, excludes are coming soon !

Hi @helghast127553 How do you know that it isn't working ?

Hello @jonathan-s @mjlabe To give you more context, when I had this idea, Ii wanted to use the future feature Django that never came. It was supposed to handle storage...