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

Make compatible with Django 1.9, suppress jQuery error #4

Closed tclancy closed 7 years ago

tclancy commented 8 years ago

Adds migrations, updates {% url %} tags and removes references to no-longer-existing jQuery properties to hide error in Colorbox (though I'm not sure if that functionality is now working or I just made the error go away).

fireantology commented 8 years ago

Thanks, I will have a look as soon as I can.

Wingjam commented 7 years ago

ETA on this?

fireantology commented 7 years ago

I hope to put my hands on it this weekend.

fireantology commented 7 years ago

Ok, reworked colorbox and fixed couple of stuff. Just released 1.0 version tested up to Django 1.11 with python 3.5