mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2025-07-06 16:14:00 +02:00
Initial commit, projet med
This commit is contained in:
25
users/migrations/0002_auto_20170629_1438.py
Normal file
25
users/migrations/0002_auto_20170629_1438.py
Normal file
@ -0,0 +1,25 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.11.2 on 2017-06-29 12:38
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('users', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='user',
|
||||
name='maxemprunt',
|
||||
field=models.IntegerField(default=5, help_text="Maximum d'emprunts autorisés"),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='user',
|
||||
name='right',
|
||||
field=models.IntegerField(choices=[(0, 'BASIC'), (1, 'PERM'), (2, 'BUREAU')], default=0, help_text='Droits accordés'),
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user