Installation
Requirements
Python 3.10 or higher
Django 4.2 or higher
Using pip
pip install django-logmancer
Using uv
uv add django-logmancer
Using poetry
poetry add django-logmancer
From Source
git clone https://github.com/abdulsamet/logmancer.git
cd logmancer
pip install -e .
Development Installation
For development with all dependencies:
git clone https://github.com/abdulsamet/logmancer.git
cd logmancer
uv sync --group dev --group docs
Verifying Installation
import logmancer
print(logmancer.__version__)
Next Steps
Continue to Getting Started to configure Logmancer.