Skip to content

Commit

Permalink
Add measurements settings
Browse files Browse the repository at this point in the history
  • Loading branch information
meomancer committed Jun 12, 2024
1 parent fcbd7b7 commit 249da30
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deployment/.env
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ PYTHONPATH=/home/web/django_project:/geonode
USE_DEFAULT_GEOSERVER_STYLE=False
INITIAL_FIXTURES=True

VERSION=4.7.0
VERSION=4.7.1
ISTSOS_VERSION=2.4.1-6

# ------ GEOSERVER ------
Expand Down
3 changes: 3 additions & 0 deletions django_project/core/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,9 @@
GWML2_FOLDER = os.getenv(
'GWML_FOLDER', os.path.join(PROJECT_ROOT, 'gwml2-file')
)
MEASUREMENTS_FOLDER = os.path.join(
GWML2_FOLDER, os.getenv('MEASUREMENTS_FOLDER', 'measurements')
)
SFTP_FOLDER = os.getenv(
'SFTP_FOLDER', os.path.join(PROJECT_ROOT, 'sftp')
)
Expand Down
2 changes: 1 addition & 1 deletion django_project/gwml2
Submodule gwml2 updated from 1a517e to bfbdb5
2 changes: 1 addition & 1 deletion django_project/version/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.7.0
4.7.1

0 comments on commit 249da30

Please sign in to comment.