work on logs, timetable, stats

This commit is contained in:
bkfox
2019-09-08 01:39:40 +02:00
parent 2d21ab2434
commit c68e21ee57
71 changed files with 19683 additions and 710 deletions

View File

@ -1,5 +1,6 @@
from ..models import Article, Program
from .page import ParentMixin, PageDetailView, PageListView
from .mixins import ParentMixin
from .page import PageDetailView, PageListView
__all__ = ['ArticleDetailView', 'ArticleListView']