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.conf.urls.url() is deprecated in favor of django.urls.re_path() #20

Open williwacker opened 2 years ago

williwacker commented 2 years ago

Hi, When running tests with your package I am getting this warning:
django.conf.urls.url() is deprecated in favor of django.urls.re_path() Could you please update urls.py Thanks