From e2dece06478845527507b36f191a4783cfe6050f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Sat, 31 Aug 2024 11:29:34 +0200 Subject: [PATCH] Add warning about config edition --- conf/config_local.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/config_local.py b/conf/config_local.py index 949ceec..e1a31dd 100644 --- a/conf/config_local.py +++ b/conf/config_local.py @@ -1,5 +1,7 @@ #!/usr/bin/env python3 +# WARNING: Don't edit this file. All change will be removed after each app upgrade + import builtins import logging import os