.
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
# Generated by Django 3.2.8 on 2021-10-16 20:28
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('rapids', '0033_answermarks'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='exam',
|
||||
name='double_mark',
|
||||
),
|
||||
migrations.DeleteModel(
|
||||
name='AnswerMarks',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user