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 | 536 | if app != "obsconfig": |
537 | 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 | 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 | 540 | change_dir(PYROS_DJANGO_BASE_DIR) |
541 | 541 | # Delete test_pyros database after tests |
542 | 542 | #execProcessFromVenv('manage.py test ' + app) or die() |
... | ... | @@ -1341,4 +1341,4 @@ if __name__ == '__main__': |
1341 | 1341 | ''' |
1342 | 1342 | if INSTALL_VENV: install_venv(VENV) |
1343 | 1343 | if INSTALL_DB: install_database(VENV) |
1344 | -""" | |
1345 | 1344 | \ No newline at end of file |
1345 | +""" | ... | ... |
src/core/pyros_django/misc/templates/base.html