Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/akprasad/flask-forum
/ types & classes
Types & classes
17 in github.com/akprasad/flask-forum
⨍
Functions
31
◇
Types & classes
17
↳
Endpoints
8
↓ 4 callers
Class
ModelView
A `:class:`~flask.ext.admin.contrib.sqlamodel.ModelView` with authentication.
application/admin.py:37
↓ 3 callers
Class
Post
application/models.py:152
↓ 2 callers
Class
Thread
application/models.py:129
↓ 1 callers
Class
AdminIndexView
An `:class:`~flask.ext.admin.AdminIndexView` with authentication
application/admin.py:22
↓ 1 callers
Class
Board
application/models.py:111
↓ 1 callers
Class
UserView
application/admin.py:46
Class
AuthMixin
application/admin.py:13
Class
Base
A base class that automatically creates the table name and primary key.
application/models.py:11
Class
BaseView
A `:class:`~flask.ext.admin.BaseView` with authentication.
application/admin.py:32
Class
CreatePostForm
application/forum/forms.py:12
Class
CreateThreadForm
application/forum/forms.py:6
Class
EditPostForm
application/forum/forms.py:17
Class
Role
A specific role. `RoleMixin` provides the following methods: `__eq__(self, other)` Returns ``True`` if the `name` attributes
application/models.py:90
Class
Test
test_forum.py:20
Class
TimestampMixin
application/models.py:25
Class
User
A forum user. `UserMixin` provides the following methods: `is_active(self)` Returns ``True`` if the user is active.
application/models.py:45
Class
UserRoleAssoc
Associates a user with a role.
application/models.py:36