platform/web/views/projects.py
Administrator 9e7fc7b4c1 initial
2023-09-23 16:13:11 +03:00

8 lines
146 B
Python

from BaseLib.BaseView import BaseView
class ProjectsView(BaseView):
required_login = True
endpoint = ''
view_file = 'projects.html'