Adds migration

This commit is contained in:
Mouse Reeve
2021-10-07 16:53:39 -07:00
parent 37e03e8993
commit cef46a1827
6 changed files with 111 additions and 2 deletions

View File

@@ -48,7 +48,6 @@ from .isbn import Isbn
from .landing import About, Home, Landing
from .list import Lists, SavedLists, List, Curate, UserLists
from .list import save_list, unsave_list, delete_list
from .link import Link, FileLink
from .login import Login, Logout
from .notifications import Notifications
from .outbox import Outbox