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',
|
||
|
),
|
||
|
]
|