Splitup views.py into several files.

This commit is contained in:
2018-01-20 17:06:22 +01:00
parent 03df86b3c4
commit 0cacb02d74
5 changed files with 53 additions and 41 deletions

View File

@@ -0,0 +1,3 @@
from . import base
from . import auth
from . import events