initial
This commit is contained in:
7
web/views/projects.py
Normal file
7
web/views/projects.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from BaseLib.BaseView import BaseView
|
||||
|
||||
|
||||
class ProjectsView(BaseView):
|
||||
required_login = True
|
||||
endpoint = ''
|
||||
view_file = 'projects.html'
|
Reference in New Issue
Block a user