Commit 96d82b15dae85d6b46737bce3b6f920edbc4ed45
1 parent
2a529078
Exists in
dev
Add rules to ignore migrations files of each app
Showing
3 changed files
with
4 additions
and
2 deletions
Show diff stats
.gitignore
@@ -27,7 +27,7 @@ BASE_TEMPLATE.HTML | @@ -27,7 +27,7 @@ BASE_TEMPLATE.HTML | ||
27 | #src/common/migrations_LOCAL/0* | 27 | #src/common/migrations_LOCAL/0* |
28 | #src/monitoring/plc_config.json | 28 | #src/monitoring/plc_config.json |
29 | src/core/pyros_django/majordome/doc/AgentMajordome_object_diag_error.html | 29 | src/core/pyros_django/majordome/doc/AgentMajordome_object_diag_error.html |
30 | - | 30 | +src/core/pyros_django/*/migrations/0* |
31 | # LOGS | 31 | # LOGS |
32 | /config/logs/* | 32 | /config/logs/* |
33 | /config/old_config/logs/* | 33 | /config/old_config/logs/* |
CHANGELOG
1 | 01-12-2022 (AKo): v0.6.14.0 | 1 | 01-12-2022 (AKo): v0.6.14.0 |
2 | - Change function to read sequence yml file to understand a simplified version | 2 | - Change function to read sequence yml file to understand a simplified version |
3 | - Fix issues with tests due to splitting models & modify Image model | 3 | - Fix issues with tests due to splitting models & modify Image model |
4 | + - Fix some issues for period & scientific program (UI changes) (to be completed) | ||
5 | + - Add rules to ignore migrations files of each app | ||
4 | 6 | ||
5 | 30-11-2022 (AKo): v0.6.13.2 | 7 | 30-11-2022 (AKo): v0.6.13.2 |
6 | - fix & improve import of seq file | 8 | - fix & improve import of seq file |
VERSION