mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 09:26:27 +00:00
Migrations dans le bon ordre
This commit is contained in:
parent
836d68fb7e
commit
5983b42c95
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,10 @@ class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('users', '0065_auto_20171231_2053'),
|
('users', '0065_auto_20171231_2053'),
|
||||||
|
('cotisations', '0028_auto_20171231_0007'),
|
||||||
|
('machines', '0071_auto_20171231_2100'),
|
||||||
|
('preferences', '0025_auto_20171231_2142'),
|
||||||
|
('topologie', '0033_auto_20171231_1743'),
|
||||||
]
|
]
|
||||||
def transfer_permissions(apps, schema_editor):
|
def transfer_permissions(apps, schema_editor):
|
||||||
permission_groups = {'bofh': ['add_ban',
|
permission_groups = {'bofh': ['add_ban',
|
||||||
|
|
Loading…
Reference in a new issue