Commit 7a563fb9d79ead9c00983675e2f63af82d109152
1 parent
aae53c43
Exists in
dev
new version number format
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
pyros.py
@@ -536,7 +536,7 @@ def test(app): | @@ -536,7 +536,7 @@ def test(app): | ||
536 | if app != "obsconfig": | 536 | if app != "obsconfig": |
537 | # for every module except obsconfig, should use the simple observatory configuration in order to run the website with a configuration that isn't the observatory configuration used for production | 537 | # for every module except obsconfig, should use the simple observatory configuration in order to run the website with a configuration that isn't the observatory configuration used for production |
538 | os.environ["PATH_TO_OBSCONF_FILE"] = os.path.join(os.path.abspath(PYROS_DJANGO_BASE_DIR),"obsconfig/fixtures/observatory_configuration_ok_simple.yml") | 538 | os.environ["PATH_TO_OBSCONF_FILE"] = os.path.join(os.path.abspath(PYROS_DJANGO_BASE_DIR),"obsconfig/fixtures/observatory_configuration_ok_simple.yml") |
539 | - _loaddata() or die() | 539 | + #_loaddata() or die() |
540 | change_dir(PYROS_DJANGO_BASE_DIR) | 540 | change_dir(PYROS_DJANGO_BASE_DIR) |
541 | # Delete test_pyros database after tests | 541 | # Delete test_pyros database after tests |
542 | #execProcessFromVenv('manage.py test ' + app) or die() | 542 | #execProcessFromVenv('manage.py test ' + app) or die() |
@@ -1341,4 +1341,4 @@ if __name__ == '__main__': | @@ -1341,4 +1341,4 @@ if __name__ == '__main__': | ||
1341 | ''' | 1341 | ''' |
1342 | if INSTALL_VENV: install_venv(VENV) | 1342 | if INSTALL_VENV: install_venv(VENV) |
1343 | if INSTALL_DB: install_database(VENV) | 1343 | if INSTALL_DB: install_database(VENV) |
1344 | -""" | ||
1345 | \ No newline at end of file | 1344 | \ No newline at end of file |
1345 | +""" |
src/core/pyros_django/misc/templates/base.html
@@ -604,7 +604,7 @@ footer{ | @@ -604,7 +604,7 @@ footer{ | ||
604 | 604 | ||
605 | <div class="container my-auto"> | 605 | <div class="container my-auto"> |
606 | <div class="text-center my-auto"> | 606 | <div class="text-center my-auto"> |
607 | - <span>VERSION 2021.0.1</span> | 607 | + <span>VERSION 0.2.0.0_2.0_20211001</span> |
608 | </div> | 608 | </div> |
609 | </div> | 609 | </div> |
610 | 610 |