Welcome to Django Logger’s documentation!

Django Logger models

class django_logger.models.Action(id, timestamp, user_id, user_username, user_detail, section, action, object_id, object_text, object_detail, value_previous, value_current)[source]
exception DoesNotExist
exception MultipleObjectsReturned
class django_logger.models.Event(id, timestamp, application, origin_server, client_ip, user_id, username, uuid, logger, level, message, stack_trace, debug_page)[source]
exception DoesNotExist
exception MultipleObjectsReturned
class django_logger.models.Remote(id, request, response, status_code, timestamp, uuid, user_agent)[source]
exception DoesNotExist
exception MultipleObjectsReturned
class django_logger.models.UTC[source]

UTC implementation taken from Python’s docs.

Used only when pytz isn’t available.

dst(dt)[source]

datetime -> DST offset as timedelta positive east of UTC.

tzname(dt)[source]

datetime -> string name of time zone.

utcoffset(dt)[source]

datetime -> timedelta showing offset from UTC, negative values indicating West of UTC

Indices and tables