We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4816836 commit 941146aCopy full SHA for 941146a
1 file changed
cabotage/server/__init__.py
@@ -138,9 +138,11 @@ def create_app():
138
mail.init_app(app)
139
migrate.init_app(app, db)
140
nav.init_app(app)
141
+
142
@app.template_filter("humanize")
143
def humanize_filter(value):
144
return humanize_lib.naturaltime(value)
145
146
consul.init_app(app)
147
vault.init_app(app)
148
kubernetes.init_app(app)
0 commit comments