]> git.0d.be Git - panikweb-esperanzah.git/commitdiff
only create mp3 podcasts
authorFrédéric Péters <fpeters@0d.be>
Mon, 19 Jul 2021 16:54:09 +0000 (18:54 +0200)
committerFrédéric Péters <fpeters@0d.be>
Mon, 19 Jul 2021 16:54:09 +0000 (18:54 +0200)
panikweb_esperanzah/espe_settings.py
panikweb_esperanzah/esperanzah_db_settings.py

index f1b6a8332d0efc9c890c228f931a2bfa08d890a3..beb89576e67c567ca368a32c728e635ff71fc52c 100644 (file)
@@ -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')
 )
index b7e9fd080c13b2aac5115d6cfae47704cc085043..2eaae6148185cd8a8d4bdaa2c053352406ecb44e 100644 (file)
@@ -1,3 +1,5 @@
+PODCAST_FILE_FORMATS = 'mp3'
+
 PIGE_DOWNLOAD_BASE_URL = None
 ENABLE_PIWIK = False
 HAS_WIKI = False