From: Frédéric Péters Date: Mon, 19 Jul 2021 16:54:09 +0000 (+0200) Subject: only create mp3 podcasts X-Git-Tag: v2022~34 X-Git-Url: https://git.0d.be/?p=panikweb-esperanzah.git;a=commitdiff_plain;h=b823c5879e1488f36e5967e71ff0b8a4a05a2318 only create mp3 podcasts --- diff --git a/panikweb_esperanzah/espe_settings.py b/panikweb_esperanzah/espe_settings.py index f1b6a83..beb8957 100644 --- a/panikweb_esperanzah/espe_settings.py +++ b/panikweb_esperanzah/espe_settings.py @@ -21,6 +21,8 @@ STATICFILES_DIRS = [ AUTH_USER_MODEL = 'aa.User' INSTALLED_APPS += ('panikdb.aa',) +PODCAST_FILE_FORMATS = 'mp3' + extra_local_settings_file = os.environ.get( 'PANIKWEB_ESPERANZAH_SETTINGS_FILE', os.path.join(os.path.dirname(__file__), 'local_settings.py') ) diff --git a/panikweb_esperanzah/esperanzah_db_settings.py b/panikweb_esperanzah/esperanzah_db_settings.py index b7e9fd0..2eaae61 100644 --- a/panikweb_esperanzah/esperanzah_db_settings.py +++ b/panikweb_esperanzah/esperanzah_db_settings.py @@ -1,3 +1,5 @@ +PODCAST_FILE_FORMATS = 'mp3' + PIGE_DOWNLOAD_BASE_URL = None ENABLE_PIWIK = False HAS_WIKI = False