-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcommit
More file actions
22 lines (19 loc) · 726 Bytes
/
Copy pathcommit
File metadata and controls
22 lines (19 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
#
# On branch master
# Your branch is up to date with 'origin/master'.
#
# Changes to be committed:
modified: backend/quiz/admin.py
new file: backend/quiz/migrations/0003_quiz_room_roommessage_roomquestion_roomusers.py
modified: backend/quiz/models.py
new file: backend/quiz/serializers/message.py
new file: backend/quiz/serializers/quiz.py
new file: backend/quiz/serializers/room.py
modified: backend/quiz/urls.py
new file: backend/quiz/views/message.py
new file: backend/quiz/views/quiz.py
new file: backend/quiz/views/room.py
modified: bin/pull_fork
#