Mercurial > libervia-website
annotate pages/association/page_meta.py @ 35:347d32030451 default tip
presentation (docker): add info on how to connect
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 12 Dec 2023 17:01:20 +0100 |
parents | e7c7327f9f25 |
children |
rev | line source |
---|---|
0 | 1 #!/usr/bin/env python2.7 |
2 # -*- coding: utf-8 -*- | |
3 | |
28
e7c7327f9f25
refactoring: fix imports and names in doc following modules hierarchy refactoring
Goffi <goffi@goffi.org>
parents:
6
diff
changeset
|
4 from libervia.backend.core.log import getLogger |
0 | 5 |
6 log = getLogger(__name__) | |
7 | |
6 | 8 name = "association" |
9 template = "association/association.html" |