summaryrefslogtreecommitdiff
path: root/pv
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2017-04-27 14:03:18 (GMT)
committerChristian Pointner <equinox@helsinki.at>2017-04-27 14:03:18 (GMT)
commitc495fb5ee4475145c63392cf52dbe38c047e134d (patch)
treeb2fb8b3409edccfde2def7291d69d1d6fa597af9 /pv
parent38eff6e23ec2080fd6bbda3aea016657f59d29f6 (diff)
move musikprogram handling of nop to settings
Diffstat (limited to 'pv')
-rw-r--r--pv/settings.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/pv/settings.py b/pv/settings.py
index e967b39..96230e4 100644
--- a/pv/settings.py
+++ b/pv/settings.py
@@ -97,6 +97,11 @@ TINYMCE_DEFAULT_CONFIG = {
CACHE_BACKEND = 'locmem://'
+MUSIKPROG_IDS = (
+ 1, # unmodieriertes musikprogramm
+)
+SPECIAL_PROGRAM_IDS = ()
+
try:
from local_settings import *
except ImportError: