Adds login class view

This commit is contained in:
Mouse Reeve
2021-01-12 08:08:43 -08:00
parent 8986af42d6
commit 6e71ff2aa1
6 changed files with 86 additions and 78 deletions

View File

@ -0,0 +1,2 @@
''' make sure all our nice views are available '''
from .authentication import LoginView