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

@ -2,7 +2,7 @@ import datetime
import os
import shutil
import logging
from enum import Enum, IntEnum
from enum import IntEnum
from django.db import models
from django.template.defaultfilters import slugify