From 57e6923f2ca3810841ef393247dc5a2a017e0b2e Mon Sep 17 00:00:00 2001 From: Github-actions Date: Sun, 18 Jan 2026 12:06:40 +0000 Subject: [PATCH] Automatic linting --- settings/settings_global.py | 14 -------------- wger/version.py | 1 + 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/settings/settings_global.py b/settings/settings_global.py index 576b415ec..fc83566dd 100644 --- a/settings/settings_global.py +++ b/settings/settings_global.py @@ -58,7 +58,6 @@ INSTALLED_APPS = [ 'storages', # Uncomment the next line to enable the admin: # 'django.contrib.admin', - # Apps from wger proper 'wger.config', 'wger.core', @@ -73,20 +72,15 @@ INSTALLED_APPS = [ 'wger.gallery', 'wger.measurements', 'wger.trophies', - # reCaptcha support, see https://github.com/praekelt/django-recaptcha 'django_recaptcha', - # The sitemaps app 'django.contrib.sitemaps', - # thumbnails 'easy_thumbnails', - # Form renderer helper 'crispy_forms', 'crispy_bootstrap5', - # REST-API 'rest_framework', 'rest_framework.authtoken', @@ -94,28 +88,20 @@ INSTALLED_APPS = [ 'rest_framework_simplejwt', 'drf_spectacular', 'drf_spectacular_sidecar', - # Breadcrumbs 'django_bootstrap_breadcrumbs', - # CORS 'corsheaders', - # Django Axes 'axes', - # History keeping 'simple_history', - # Django email verification 'django_email_verification', - # Activity stream 'actstream', - # Fontawesome 'fontawesomefree', - # Prometheus 'django_prometheus', ] diff --git a/wger/version.py b/wger/version.py index 88e2bc699..7ce2f23f6 100644 --- a/wger/version.py +++ b/wger/version.py @@ -19,6 +19,7 @@ import os # Third Party from packaging.version import Version + logger = logging.getLogger(__name__) # For more details and possibilities, see: