morlandi / django-ajax-datatable

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

Removing logs #25

Closed mchessl closed 3 years ago

mchessl commented 3 years ago

Hello @morlandi !

Is there a way to remove logs ? Thanks!

morlandi commented 3 years ago

Non sure which logs you're referring to.

Make sure there settings are all set to False:

AJAX_DATATABLE_TRACE_COLUMNDEFS = False
AJAX_DATATABLE_TRACE_QUERYDICT = False
AJAX_DATATABLE_TRACE_QUERYSET = False 
AJAX_DATATABLE_TEST_FILTERS = False 

Does this help ?

mchessl commented 3 years ago

Thanks it was exactly that !