From 454718262ceb11c4f5cde85b5123382c730b1dc1 Mon Sep 17 00:00:00 2001 From: girst Date: Mon, 15 Jun 2020 18:46:32 +0200 Subject: [PATCH] document dynamic blueprint loading --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 28fa64b..af07f50 100644 --- a/README.md +++ b/README.md @@ -81,3 +81,13 @@ then from the sqlite3 console, issue: - neater sqlite output: .mode column .headers on + +# Advanced Topics + +## Extending Unnamed Youtube Frontend + +UYtF is trivially extensible using [Flask Blueprints]. Just drop a new +blueprint in `app/` and register it in the `[frontend]modules` section of +`config.ini`. The Blueprint inside a module is expected to be named `frontend`. + +[Flask Blueprints]: https://flask.palletsprojects.com/en/1.1.x/blueprints/ -- 2.39.3