View on GitHub

geonode-training

Introduction to Administering GeoNode (Basics)

Django Administration Dashboard

The dashboard is a special section accessible, at least on GeoNode, only to superusers.

Through the dashboard an admin can access special functions and can interact directly with the models stored on the DB.

This is particularly usefull when we need to recover from an unusual situation, for example a layer could not successfully finish the configuation or some error occurred in the meanwhile.

Notice that the dashboard is composed by several sections. In this introductionary module we will focus on some of them, the most common ones.

Announcements

image

This section allows an admin to create or change public announcements to the portal.

There are several types of announcements and those can be public, which means anyone will be able to see them, or Members Only, which means that only registered users will be able to see them.

Important: Remember, when creating a new announcement, make sure the Site Wide option is enabled image

Base Administration

image

This section allows an admin to customize some of the default Metadata contents of GeoNode, like:

Not all the sections can be changed.

Warning: Change those contents only if you know what you are doing!

People

image

This section allows an admin to manage the system users (i.e. the registered members).

Through this panel it is possible to:

Resources: Documents, Geoapps, Layers and Maps

image

This section allows an admin to manage the GeoNode resources.

Through this panel it is possible to:

GeoNode Themes Library

image

This section allows an admin to manage the GeoNode simple themes.

For more informations please check the GeoNode documents section Simple Theming.

Next Section: Mastering GeoNode data publishing and management (GN2)