diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-07-10 21:29:14 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-07-10 21:29:14 +0200 |
| commit | cc465329a2261b7db11c12665cab62affb266592 (patch) | |
| tree | b97dc7bd7f8e51755268ab04a0d2ef23e584ebe2 /cli/app | |
| parent | 0a341a1f6e1d805143dc13e56bc67394840118b4 (diff) | |
start with the mouseenter, and the export ;)
Diffstat (limited to 'cli/app')
| -rw-r--r-- | cli/app/settings/app_cfg.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/app/settings/app_cfg.py b/cli/app/settings/app_cfg.py index 14f2efc..0d724c7 100644 --- a/cli/app/settings/app_cfg.py +++ b/cli/app/settings/app_cfg.py @@ -32,6 +32,7 @@ load_dotenv(dotenv_path=fp_env) CLICK_GROUPS = { # 'process': 'commands/process', + 'site': 'commands/site', 'db': '', 'flask': '', } |
