mirror of
https://github.com/nanoy42/coope
synced 2024-11-05 01:16:28 +00:00
17 lines
398 B
Python
17 lines
398 B
Python
# Generated by Django 2.1 on 2019-06-23 07:57
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('preferences', '0013_auto_20190622_2334'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name='cotisation',
|
|
options={'permissions': (('can_divide', 'Can divide money for cotisation'),)},
|
|
),
|
|
]
|