InstallationΒΆ

At the command line:

$ easy_install django-db-log-plugin

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv django_db_log
$ pip install django-db-log-plugin