mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2024-11-26 16:07:09 +00:00
17 lines
296 B
Python
17 lines
296 B
Python
# Generated by Django 2.2.17 on 2021-10-23 12:48
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('users', '0041_auto_20200923_2030'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.DeleteModel(
|
|
name='Adhesion',
|
|
),
|
|
]
|