Node Features Cookbook

Coordinate capabilities across nodes by managing nodes.NodeFeature records in the Django admin.

Accessing node features

  1. Open the Django admin and locate the Nodes application.
  2. Click Node features (model nodes.NodeFeature) to open the changelist (admin:nodes_nodefeature_changelist).
  3. The changelist is registered in apps/nodes/admin/node_feature_admin.py and displays columns for the display name, slug, default roles, enablement status, and available actions.
Loading remaining sections…