Home > django-weblogparser

django-weblogparser

Django-weblogparser is a project mainly written in Python, based on the View license.

A log file parser for Django for parsing, storing and analysing Apache/Nginx logs

Django Web Log Parser

See the LICENSE file for licensing information.

Introduction

django-weblogparser is a relatively simple app for Django to facilitate parsing of Apache/Nginx log files and importing them into the database via a management command.

The main aim of this app was to allow for easy extraction of more detailed information from the logs.

More Coming Soon

More documentation coming soon!

TODO

  • Documentation
  • Create setup script
  • Write unit tests
Previous:de