From cb00ded72df3d815a50f0b1ae143b2d7b98da228 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Mon, 13 Dec 2021 21:34:00 -0600 Subject: [PATCH] Remove some more App Settings, now available elsewhere --- theo/appsettings/theo.py | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/theo/appsettings/theo.py b/theo/appsettings/theo.py index bf7f4d5..3776690 100644 --- a/theo/appsettings/theo.py +++ b/theo/appsettings/theo.py @@ -41,21 +41,6 @@ from rattail.settings import ( # # DataSync # rattail_datasync_url, - # tailbone_datasync_restart, - - # Mail - rattail_mail_record_attempts, - - # Products - # rattail_product_key, - # rattail_product_key_title, - tailbone_products_show_pod_image, - - # Reporting - tailbone_reporting_choosing_uses_form, - - # Vendors - rattail_vendor_use_autocomplete, )