implemented /content

This commit is contained in:
2020-11-28 19:24:58 +01:00
parent aa874781e3
commit 4f95cb7f2f
3 changed files with 40 additions and 2 deletions

View File

@@ -2,3 +2,4 @@ from .profileview import ProfileView
from .uploadview import UploadView
from .itemview import ItemView
from .indexview import IndexView
from .contentview import ContentView