1
0
mirror of https://gitlab.crans.org/mediatek/med.git synced 2025-07-06 18:54:00 +02:00

Gestion des clefs

This commit is contained in:
Med
2017-07-03 20:06:21 +02:00
parent b2a653dd97
commit 0738b143b7
11 changed files with 275 additions and 3 deletions

View File

@ -0,0 +1,20 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.11.2 on 2017-07-03 17:41
from __future__ import unicode_literals
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('users', '0005_auto_20170703_1940'),
]
operations = [
migrations.AddField(
model_name='clef',
name='commentaire',
field=models.CharField(blank=True, max_length=255, null=True),
),
]