{% extends 'base/layout.html' %} {% block title %}{{ plugin.name }} Installed{% endblock %} {% block breadcrumbs %}
The package has been installed via pip, but you need to complete the following steps to activate it.
Add the following to your NetBox configuration file:
{{ config_snippet }}
Execute the following command to apply any database changes:
{{ commands.migrate }}
Execute the following command to collect plugin static assets:
{{ commands.collectstatic }}
Restart your NetBox service/container to load the plugin:
# Docker Compose
{{ commands.restart_docker }}
# Systemd
{{ commands.restart_systemd }}