morlandi / django-ajax-datatable

A Django app which provides the integration of a Django project with the jQuery Javascript library DataTables.net
MIT License
204 stars 64 forks source link

Possible to remove stdout and only include stderr? #103

Closed michaeldacanay closed 1 year ago

michaeldacanay commented 1 year ago

The ajax_datatable prints to stdout in the terminal when the AJAX queries for data. Is there a way to turn that off, and only show stderr?

image
cnagytcorp commented 1 year ago

maybe TRACE_QUERYSET, TRACE_QUERYDICT, TRACE_COLUMNDEFS in the app settings ?

michaeldacanay commented 1 year ago

This is the correct answer. Thanks!