GeoNode Admins Guide¶
GeoNode has an administration panel, based on the Django admin, which can be used to do some database operations. Although most of the operations can and should be done through the normal GeoNode interface, the admin panel provides a quick overview and management tool over the database.
The following sections will explain more in depth what functionalities the admin panel makes available to you. It should be highlighted that the sections not covered in this guide are meant to be managed through GeoNode UI.
- Accessing the panel
- Reset or Change the admin password
- Simple Theming
- Add a new user
- Activate/Disable a User
- Change a User password
- Promoting a User to Staff member or superuser
- Creating a Group
- Managing a Group
- Group based advanced data workflow
- Manage profiles using the admin panel
- Manage datasets using the admin panel
- Manage the maps using the admin panel
- Manage the documents using the admin panel
- Manage the base metadata choices using the admin panel
- Announcements
- Menus, Items and Placeholders
- OAuth2 Access Tokens
GeoNode Management Commands¶
Management commands are utility functions for GeoNode maintenance tasks. They are usually run from an SSH/bash shell on the server running GeoNode. Any call to python is prepended with a configuration parameter to indicate the GeoNode settings module to be used.
DJANGO_SETTINGS_MODULE=geonode.settings python manage.py migrate_baseurl --help
Note
If you have enabled local_settings.py
the command will change as follows:
DJANGO_SETTINGS_MODULE=geonode.local_settings python manage.py migrate_baseurl --help
Changing the default Languages¶
Changing the default Languages
GeoNode Upgrade from older versions¶
GeoNode Upgrade from older versions
GeoNode Async Signals¶
GeoNode Async Signals