Skip to content

Commit 37e0aa1

Browse files
add rating view
1 parent 4f971be commit 37e0aa1

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

frontend/views/rating.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
from django.views.generic import UpdateView
3+
4+
from base.models import Content, Comment, Course, Topic, Favorite, Rating
5+
from frontend.forms import CommentForm, TranslateForm
6+
7+
class ContentRatingView(UpdateView):
8+
None

0 commit comments

Comments
 (0)