Skip to content

Commit

Permalink
commits para version 1.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Wolfsdorf committed Dec 18, 2019
1 parent 5653d00 commit 12bfd2f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Versiones
=========
1.4.7 (18-12-19)
-------------------
* Agregado import de indicators

1.4.6 (18-12-19)
-------------------
* Cambio de texto del shortcut de "Synchronizers" a "Tareas programadas"
Expand Down
4 changes: 3 additions & 1 deletion conf/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@
from os.path import dirname

import environ
# noinspection PyUnresolvedReferences
from django_datajsonar import strings

# noinspection PyUnresolvedReferences
from .indicators import *

SETTINGS_DIR = environ.Path(__file__) - 1
ROOT_DIR = environ.Path(__file__) - 3 # (/a/b/myfile.py - 3 = /)
APPS_DIR = ROOT_DIR.path(dirname(dirname(dirname(__file__))))
Expand Down

0 comments on commit 12bfd2f

Please sign in to comment.