diff options
author | Christian Pointner <equinox@helsinki.at> | 2017-04-27 14:16:41 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2017-04-27 14:16:41 (GMT) |
commit | da67f298b845aef31403dafe73942207486dedf8 (patch) | |
tree | bcbffdde13aed5b7f798f2487cde16093f19a35f /pv | |
parent | 3a573abf7a63a6f9a7d8c90fa8358250e82585bd (diff) | |
parent | dbefa4de1d180a92bdcf591cb234c74970421e45 (diff) |
Merge branch 'master' into stable
Diffstat (limited to 'pv')
-rw-r--r-- | pv/settings.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pv/settings.py b/pv/settings.py index e967b39..47b9d2e 100644 --- a/pv/settings.py +++ b/pv/settings.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- + # Django settings for pv project. import os.path @@ -97,6 +99,11 @@ TINYMCE_DEFAULT_CONFIG = { CACHE_BACKEND = 'locmem://' +MUSIKPROG_IDS = ( + 1, # unmodieriertes musikprogramm +) +SPECIAL_PROGRAM_IDS = () + try: from local_settings import * except ImportError: |