Create announcements admin view

This commit is contained in:
Mouse Reeve
2021-05-19 14:55:01 -07:00
parent d1f2d9812f
commit 515d5bb237
7 changed files with 186 additions and 0 deletions

View File

@ -1,4 +1,5 @@
""" make sure all our nice views are available """
from .announcements import Announcements
from .authentication import Login, Register, Logout
from .author import Author, EditAuthor
from .block import Block, unblock