8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-05-14 14:46:23 +00:00

Recolle les fixations ensemble

This commit is contained in:
Hugo LEVY-FALK 2018-07-12 16:24:45 +02:00
parent 5dc59035f5
commit ed91cdcfe5
3 changed files with 10 additions and 2 deletions

View file

@ -120,3 +120,11 @@ Don't forget to run migrations, several settings previously in the `preferences`
in their own Payment models.
To have a closer look on how the payments works, please go to the wiki.
## MR xxx: Add role models
Adds the Role model.
You need to ensure that your database character set is utf-8.
```sql
ALTER DATABASE re2o CHARACTER SET utf8;
```

View file

@ -9,7 +9,7 @@ import re2o.mixins
class Migration(migrations.Migration):
dependencies = [
('machines', '0082_auto_20180621_1524'),
('machines', '0083_remove_duplicate_rights'),
]
operations = [

View file

@ -8,7 +8,7 @@ from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('machines', '0093_merge_20180710_0226'),
('machines', '0084_role'),
]
operations = [