view libervia/pages/app/page_meta.py @ 1155:813d54af8c0c

server (tasks): tasks can now be automatically ran when something happen in a watched dir: A task can specify directories to watch in "WATCH_DIRS" list of path. In dev_mode, when a file is created of modified in a watched dir, the task is run again.
author Goffi <goffi@goffi.org>
date Fri, 22 Feb 2019 18:50:33 +0100
parents 28e3eb3bb217
children b2d067339de3
line wrap: on
line source

#!/usr/bin/env python2.7
# -*- coding: utf-8 -*-

name = u"app"
template = u"app/app.html"