- 8 DB models (services, incidents, monitors, subscribers, etc.) - Full CRUD API for services, incidents, monitors - Public status page with live data - Incident detail page with timeline - API key authentication - Uptime monitoring scheduler - 13 tests passing - TECHNICAL_DESIGN.md with full spec
18 lines
512 B
Text
18 lines
512 B
Text
[babel.extractors]
|
|
mako = mako.ext.babelplugin:extract [babel]
|
|
|
|
[console_scripts]
|
|
mako-render = mako.cmd:cmdline
|
|
|
|
[lingua.extractors]
|
|
mako = mako.ext.linguaplugin:LinguaMakoExtractor [lingua]
|
|
|
|
[pygments.lexers]
|
|
css+mako = mako.ext.pygmentplugin:MakoCssLexer
|
|
html+mako = mako.ext.pygmentplugin:MakoHtmlLexer
|
|
js+mako = mako.ext.pygmentplugin:MakoJavascriptLexer
|
|
mako = mako.ext.pygmentplugin:MakoLexer
|
|
xml+mako = mako.ext.pygmentplugin:MakoXmlLexer
|
|
|
|
[python.templating.engines]
|
|
mako = mako.ext.turbogears:TGPlugin
|