diff --git a/conf/settings_history/settings.3.6.1.py b/conf/settings_history/settings.3.6.1.py index ff77791..a3902f9 100644 --- a/conf/settings_history/settings.3.6.1.py +++ b/conf/settings_history/settings.3.6.1.py @@ -27,7 +27,7 @@ from logging.handlers import SysLogHandler # Django settings for Weblate project. # -DEBUG = True +DEBUG = False ADMINS = ( # ('Your Name', 'your_email@example.com'), diff --git a/conf/settings_history/settings.3.7.py b/conf/settings_history/settings.3.7.py index 83343d6..14eb893 100644 --- a/conf/settings_history/settings.3.7.py +++ b/conf/settings_history/settings.3.7.py @@ -28,7 +28,7 @@ from logging.handlers import SysLogHandler # Django settings for Weblate project. # -DEBUG = True +DEBUG = False ADMINS = ( # ('Your Name', 'your_email@example.com'), diff --git a/manifest.json b/manifest.json index c134bce..5621cd9 100644 --- a/manifest.json +++ b/manifest.json @@ -8,7 +8,7 @@ "description": { "en": "A translation platform using Git and Python" }, - "version": "3.7.0~ynh1", + "version": "3.7.0~ynh2", "url": "https://weblate.org", "license": "AGPL-3.0", "maintainer": {