Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
umitcan07 committed Nov 20, 2024
1 parent 7cb6781 commit 227eafe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions backend/core/serializers/serializers.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from faker import Faker
from rest_framework import serializers

from django.contrib.auth import get_user_model
from ..models import (CustomUser, ForumQuestion, Quiz, QuizQuestion, QuizQuestionChoice, RateQuiz,
Tag, ForumBookmark, ForumAnswer, ForumUpvote, ForumDownvote, TakeQuiz, ForumAnswerDownvote, ForumAnswerUpvote)
from .forum_vote_serializer import ForumUpvoteSerializer, ForumDownvoteSerializer
Expand Down
1 change: 1 addition & 0 deletions client/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ dist-ssr
*.sw?

.env
.vite

0 comments on commit 227eafe

Please sign in to comment.