Skip to content

Commit b9d5d45

Browse files
authored
README: fix import path in examples
1 parent c23d2e7 commit b9d5d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Install django-tabular-export::
5050

5151
Then use it in a project::
5252

53-
from tabular_export import export_to_csv_response, export_to_excel_response, flatten_queryset
53+
from tabular_export.core import export_to_csv_response, export_to_excel_response, flatten_queryset
5454

5555
def my_view(request):
5656
return export_to_csv_response('test.csv', ['Column 1'], [['Data 1'], ['Data 2']])

0 commit comments

Comments
 (0)