agusmakmun / django-log-viewer

Django Log Viewer allows you to read & download log files in the admin page
https://pypi.org/project/django-log-viewer/
MIT License
74 stars 30 forks source link

Adding DataTable to file entries table #31

Closed jsoligny closed 2 years ago

jsoligny commented 2 years ago

I have a special need for LOG FILES to be a DataTable, and there were already an issue on this subject : https://github.com/agusmakmun/django-log-viewer/issues/14

Plus now, you can directly open a log file with the parameter file=path/to/file in URL

jsoligny commented 2 years ago

Hello @agusmakmun, would you have some time to look at this PR ?

Thanks, Jérémie

agusmakmun commented 2 years ago

@jsoligny oh ya, sorry for the late response. Seems looks good to me, let's merge it. please update the latest version.

pip install django-log-viewer --upgrade