Adds form and models for reading goal

This commit is contained in:
Mouse Reeve
2021-01-16 08:18:54 -08:00
parent 3866523d57
commit b648012af5
4 changed files with 67 additions and 1 deletions

View File

@ -17,7 +17,7 @@ from .readthrough import ReadThrough
from .tag import Tag, UserTag
from .user import User, KeyPair
from .user import User, KeyPair, AnnualGoal
from .relationship import UserFollows, UserFollowRequest, UserBlocks
from .federated_server import FederatedServer