mirror of
https://github.com/nanoy42/coope
synced 2024-11-05 09:26:27 +00:00
17 lines
417 B
Python
17 lines
417 B
Python
# Generated by Django 2.1 on 2018-11-23 01:29
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('users', '0002_auto_20181009_1119'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name='cotisationhistory',
|
|
options={'permissions': (('validate_consumptionhistory', 'Peut (in)valider les cotisations'),)},
|
|
),
|
|
]
|