Mercurial > libervia-web
view libervia/pages/merge-requests/new/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 | 29eb15062416 |
children | b2d067339de3 |
line wrap: on
line source
#!/usr/bin/env python2.7 # -*- coding: utf-8 -*- from libervia.server.constants import Const as C from sat.core.log import getLogger log = getLogger(__name__) """ticket handling pages""" name = u"merge-requests_new" access = C.PAGES_ACCESS_PUBLIC template = u"merge-request/create.html"