forked from rc/aircox
work on admin ui
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
from .article import Article
|
||||
from .page import Category, Page, NavItem
|
||||
from .page import Category, Page, Comment, NavItem
|
||||
from .program import Program, Stream, Schedule
|
||||
from .episode import Episode, Diffusion
|
||||
from .log import Log
|
||||
|
Binary file not shown.
Binary file not shown.
@ -16,7 +16,7 @@ from model_utils.managers import InheritanceQuerySet
|
||||
from .station import Station
|
||||
|
||||
|
||||
__all__ = ['Category', 'PageQuerySet', 'Page', 'NavItem']
|
||||
__all__ = ['Category', 'PageQuerySet', 'Page', 'Comment', 'NavItem']
|
||||
|
||||
|
||||
headline_re = re.compile(r'(<p>)?'
|
||||
|
Reference in New Issue
Block a user