From 1721fd78ca0c83da80f43e4378fd59a0b5ff7fe7 Mon Sep 17 00:00:00 2001 From: Marco Rougeth Date: Sat, 21 Oct 2017 00:00:02 -0200 Subject: [PATCH] Remote HOSTNAME from settings.py template file --- bottery/conf/project_template/settings.py-tpl | 2 -- 1 file changed, 2 deletions(-) diff --git a/bottery/conf/project_template/settings.py-tpl b/bottery/conf/project_template/settings.py-tpl index 7db322c..b2a172d 100644 --- a/bottery/conf/project_template/settings.py-tpl +++ b/bottery/conf/project_template/settings.py-tpl @@ -1,5 +1,3 @@ -HOSTNAME = '' - PLATFORMS = { 'telegram': { 'ENGINE': 'bottery.platform.telegram',