You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: admin/mgmt_commands/index.rst
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -266,7 +266,7 @@ This will produce output that looks like the following
266
266
267
267
DJANGO_SETTINGS_MODULE=geonode.settings python manage.py sync_geonode_maps --updatethumbnails -f 'This is a test Map'
268
268
269
-
Management Command ``set_all_layers_metadata``
269
+
Management Command ``set_all_datasets_metadata``
270
270
----------------------------------------------
271
271
272
272
This command allows to reset **Metadata Attributes** and **Catalogue Schema** on Datasets. The command will also update the :guilabel:`CSW Catalogue` XML and Links of GeoNode.
@@ -287,26 +287,26 @@ The options are:
287
287
*
288
288
* **set_links**; If set will refresh the links of the resource. (Default True).
289
289
290
-
First of all let's take a look at the :guilabel:`--help` option of the ``set_all_layers_metadata``
290
+
First of all let's take a look at the :guilabel:`--help` option of the ``set_all_datasets_metadata``
291
291
management command in order to inspect all the command options and features.
0 commit comments