Metadata-Version: 2.4
Name: django-realtime-logs
Version: 0.1.1
Summary: Realtime log viewer for Django using Channels
Author: Pranav Dixit
Author-email: pranavdixit20@gmail.com
Classifier: Framework :: Django
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: Django>=3.2
Requires-Dist: channels>=3.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: summary

# django-realtime-logs

A real-time log viewer for Django using WebSocket and Django Channels.

## Installation

```bash
pip install django-realtime-logs
```

## Usage

- Add `django_realtime_logs` to `INSTALLED_APPS`
- Include `/logs/` and set up WebSocket with ASGI
- Visit `/logs/` in the browser
