Adds site settings view

This commit is contained in:
Mouse Reeve
2021-01-29 15:38:42 -08:00
parent 02c466e04a
commit 21aadf2920
10 changed files with 182 additions and 13 deletions

View File

@ -24,6 +24,7 @@ from .search import Search
from .shelf import Shelf
from .shelf import user_shelves_page, create_shelf, delete_shelf
from .shelf import shelve, unshelve
from .site import Site
from .status import CreateStatus, DeleteStatus
from .updates import Updates
from .user import User, EditUser, Followers, Following