fireantology / django-logtailer

Allows the viewing of any log file entries in real time directly from the Django admin interface. It allows you to filter on logs with regex and offer also a log clipboard for save desired log lines to the django db.
BSD 3-Clause "New" or "Revised" License
97 stars 30 forks source link

Django 2 models support #6

Closed dima-kov closed 5 years ago

dima-kov commented 6 years ago

Django 2, models support

alxdembo commented 5 years ago

So... will anyone merge this?

dima-kov commented 5 years ago

Actually, I used my fork and it was OK - https://github.com/dima-kov/django-logtailer/

fireantology commented 5 years ago

I need to test it first

dima-kov commented 5 years ago

If you open my pull request, you will see only 1 change -> on_delete attribute. I don`t think it can break smth. And, I used this for more than 2 month - it was ok.

badbye commented 5 years ago

I need to test it first

Hi, will you merge it and release a new version on pypi?

fireantology commented 5 years ago

Yes, will do this in those days. Thanks