Metadata-Version: 2.4
Name: django-admin-logs-viewer
Version: 0.4.0
Summary: A Django admin extension for displaying log files directly from the admin panel.
Author-email: Aleksander Wojsz <wojszalek@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/AleksanderWojsz/django-admin-logs-viewer
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Django>=5.2
Requires-Dist: pytz>=2020.0
Dynamic: license-file

# Django Admin Logs Viewer

A Django admin extension for displaying log files directly from the admin panel.  

## 1. Documentation
- [Usage Guide](https://aleksanderwojsz.github.io/django-admin-logs-viewer/docs/category/usage)  
- [Contributing](https://aleksanderwojsz.github.io/django-admin-logs-viewer/docs/category/contributions)

## 2. Features
- Supports multiple and nested log directories
- Shows errors since last login
- Multiple parsing options:
  - JSON
  - Separator
  - Regex
  - Or no parsing at all
- Server-side filtering
- ${\color{red}C}{\color{orange}o}{\color{yellow}l}{\color{green}o}{\color{blue}r}{\color{purple}f}{\color{pink}u}{\color{teal}l}$ logs!
- Dark theme support
- Saves you clicks by automatically going down if directory contains only one subdirectory and no files.

## 3. Demo:

https://github.com/user-attachments/assets/45ae361d-a8e6-4943-b6ee-1895efa2185d

https://github.com/user-attachments/assets/32891853-13d7-4362-bfe4-75faad4a99b7
