From 065296f84aba0ba4264a853d887cfaef0ef6184a Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Wed, 2 Sep 2020 18:04:41 -0500 Subject: [PATCH] Rename functions.py to functions.py.default Since this is default settings and the user might want to customize them, functions.py has been renamed. This also will prevent conflicts if the user has updated their functions.py and then tries to pull. --- .gitignore | 3 ++- functions.py => functions.py.default | 0 2 files changed, 2 insertions(+), 1 deletion(-) rename functions.py => functions.py.default (100%) diff --git a/.gitignore b/.gitignore index 18de657..b88a996 100644 --- a/.gitignore +++ b/.gitignore @@ -133,4 +133,5 @@ uploadkeys savelog.log uwsgi.log settings.py -secret.key \ No newline at end of file +functions.py +secret.key diff --git a/functions.py b/functions.py.default similarity index 100% rename from functions.py rename to functions.py.default