Skip to content

Commit 6385c7a

Browse files
allyoucanmapgiohappy
authored andcommitted
fix mapstore extension variable
1 parent e377f59 commit 6385c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geonode/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1551,7 +1551,7 @@ def get_geonode_catalogue_service():
15511551
MAPSTORE_PLUGINS_CONFIG_PATCH_RULES = []
15521552

15531553
# Extensions path to use in importing custom extensions into geonode
1554-
MAPSTORE_EXTENSIONS_FOLDER_PATH = "/mapstore/extensions/"
1554+
MAPSTORE_EXTENSIONS_FOLDER_PATH = "mapstore/extensions/"
15551555

15561556
# Supported Dataset file types for uploading Datasets. This setting is being from from the client
15571557

0 commit comments

Comments
 (0)