18 lines
351 B
Python
18 lines
351 B
Python
# Generated by Django 3.1.3 on 2021-04-29 19:04
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('anatomy', '0037_auto_20210422_1143'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name='anatomyquestion',
|
|
options={'permissions': ()},
|
|
),
|
|
]
|