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 3 update about render function #12

Closed sadikekin closed 4 years ago

sadikekin commented 4 years ago

I fixed the render issue for Django 3 since it is deprecated.

Source: https://stackoverflow.com/questions/55911435/django-importerror-cannot-import-name-render-to-response-from-django-shortcu