1
0
mirror of https://gitlab.crans.org/mediatek/med.git synced 2025-06-30 01:51:09 +02:00

No more manage memberships, we will use NK20

This commit is contained in:
2021-10-23 14:49:44 +02:00
parent 7f24e5c1bf
commit 2a17a32d4c
6 changed files with 24 additions and 72 deletions

View File

@ -0,0 +1,16 @@
# 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',
),
]