mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-12-26 00:43:46 +00:00
Migrations dans le bon ordre
This commit is contained in:
parent
c62e3998a3
commit
df6302315b
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