Creates landing page views

This commit is contained in:
Mouse Reeve
2021-01-12 10:44:17 -08:00
parent fd6603ee07
commit aa8b2c2f2b
6 changed files with 251 additions and 121 deletions

View File

@ -2,3 +2,4 @@
from .authentication import Login, Register, Logout
from .password import PasswordResetRequest, PasswordReset, ChangePassword
from .invite import ManageInvites, Invite
from .landing import About, Home, Feed, Discover