mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2025-08-07 17:10:00 +02:00
Ajoute la gestion des adhesions dans la bdd
This commit is contained in:
21
users/migrations/0008_auto_20170705_0001.py
Normal file
21
users/migrations/0008_auto_20170705_0001.py
Normal file
@@ -0,0 +1,21 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.11.2 on 2017-07-04 22:01
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.conf import settings
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('users', '0007_adhesion'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='adhesion',
|
||||
name='adherent',
|
||||
field=models.ManyToManyField(blank=True, to=settings.AUTH_USER_MODEL),
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user