Skip to content
Snippets Groups Projects
Commit c5bcf2d0 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

updated ids with playlist instead of (live) moderation

parent b6457768
No related branches found
No related tags found
No related merge requests found
...@@ -12,15 +12,16 @@ import time ...@@ -12,15 +12,16 @@ import time
from datetime import datetime from datetime import datetime
DB = 'nop' DB = 'nop'
MUSIKPROG_IDS = (1,5,17,34,60,81,89) MUSIKPROG_IDS = (
# 1 - unmodieriertes musikprogramm 1, # unmodieriertes musikprogramm
# 5 - Abunda Lingva 206, # Abunda Lingva
## 12 - aus den freien radios 17, # bumbumtschak
# 17 - bumbumtschak 34, # fruehstück A
# 34 - fruehstück A 374, # musikprogramm bunt gemischt
# 60 - musikprogramm bunt gemischt 81, # selchfleisch
# 81 - selchfleisch 290, # styrian underground
# 89 - styrian underground 203 # Hotel Passage
)
class NopForm(forms.Form): class NopForm(forms.Form):
date = forms.DateField( date = forms.DateField(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment