8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-08-19 21:53:41 +00:00

Fix : Dépendances des migrations nécessaire

This commit is contained in:
Maël Kervella 2018-03-05 12:34:00 +00:00
parent be430c4651
commit 611044d963

View file

@ -9,6 +9,7 @@ class Migration(migrations.Migration):
dependencies = [
('preferences', '0027_merge_20180106_2019'),
('preferences', '0043_optionalmachine_create_machine'),
]
operations = [