sections rendering + make view for existing section's items

This commit is contained in:
bkfox
2016-07-24 19:49:15 +02:00
parent 5ab731e866
commit 90021bc9f0
13 changed files with 395 additions and 94 deletions

View File

@ -14,7 +14,7 @@ sources that are used to generate the audio stream:
import os
import datetime
import logging
from enum import Enum, IntEnum
from enum import IntEnum
from django.db import models
from django.contrib.contenttypes.fields import GenericForeignKey