mirror of
https://github.com/nanoy42/coope
synced 2024-11-05 09:26:27 +00:00
18 lines
398 B
Python
18 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'),)},
|
||
|
),
|
||
|
]
|