diff --git a/helpers/h.py b/helpers/h.py new file mode 100644 index 0000000..e69de29 diff --git a/helpers/misc.py b/helpers/misc.py index aa0c425..a3d9e40 100644 --- a/helpers/misc.py +++ b/helpers/misc.py @@ -26,4 +26,5 @@ def export_csv(queryset, *columns, **kwargs): response = HttpResponse(lines, content_type='application/csv') response['Content-Disposition'] = 'attachment; filename="data.csv"' - return response + + return response