From f5e20c8858673ed9770a40a09f9cd6b145286400 Mon Sep 17 00:00:00 2001 From: jorgepastorr Date: Fri, 1 Sep 2023 18:01:13 +0200 Subject: [PATCH] delete local bokworm settiongs --- orchestra/settings.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/orchestra/settings.py b/orchestra/settings.py index 3e43573e..6b178e65 100644 --- a/orchestra/settings.py +++ b/orchestra/settings.py @@ -103,6 +103,5 @@ WEB_SERVERS = Setting('WEBAPPS_SERVERS', ( 'web-ng', 'web-11.pangea.lan', 'web-12.pangea.lan', - 'bookworm', ) -) \ No newline at end of file +)