.
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# 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': ()},
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user