From 2593c2c5845d4ef44dd5e7de5bb796b6e3b6630a Mon Sep 17 00:00:00 2001 From: alphatownsman <90480431+alphatownsman@users.noreply.github.com> Date: Fri, 29 Jul 2022 21:30:59 -0400 Subject: [PATCH] Update settings.py --- boofilsic/settings.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/boofilsic/settings.py b/boofilsic/settings.py index 0b029642..7141b2d9 100644 --- a/boofilsic/settings.py +++ b/boofilsic/settings.py @@ -203,8 +203,9 @@ MEDIA_ROOT = os.path.join(BASE_DIR, 'media/') PROJECT_ROOT = os.path.abspath(os.path.dirname(__name__)) SITE_INFO = { - 'site_name': 'NeoDB', 'support_link': 'https://mastodon.social/@neodb', - 'version_hash': current_commit_hash(PROJECT_ROOT), + 'site_name': 'NiceDB', + 'support_link': 'https://github.com/doubaniux/boofilsic/issues', + 'version_hash': None, 'settings_module': os.getenv('DJANGO_SETTINGS_MODULE'), 'sentry_dsn': None, }