mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2024-11-26 23:27:09 +00:00
17 lines
291 B
Python
17 lines
291 B
Python
|
# Generated by Django 2.2.4 on 2020-02-09 16:54
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('users', '0039_auto_20190810_1610'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.DeleteModel(
|
||
|
name='Clef',
|
||
|
),
|
||
|
]
|