Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 240 Bytes

File metadata and controls

16 lines (10 loc) · 240 Bytes

iktomi.debug

Simple debugger for iktomi, based on Django debug.

Usage

Prepend debug handler to your app:

from iktomi.debug import debug

app = debug | old_app

Caution! Do not use on production!