From 8719af6ec5fbfa31d8c83925777dc3b8026f7dc1 Mon Sep 17 00:00:00 2001 From: Jim Bartus <561971+jbartus@users.noreply.github.com> Date: Thu, 3 Jul 2025 17:50:08 -0400 Subject: [PATCH] restart netbox for plugin to take effect --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 277e855..f649de5 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,11 @@ PLUGINS = [ ``` $ ./manage.py migrate ``` +4. Restart NetBox +``` +sudo systemctl restart netbox netbox-rq +``` ## Known Limitations -The Public Preview of NetBox Custom Objects is under active development as we proceed towards the General Availability release around NetBox 4.4. The best place to look for the latest list of known limitations is the [issues](https://github.com/netboxlabs/netbox-custom-objects/issues) list on the GitHub repository. These include features like Tags, Import/Export, Bulk Edit, Text Search and Branching. \ No newline at end of file +The Public Preview of NetBox Custom Objects is under active development as we proceed towards the General Availability release around NetBox 4.4. The best place to look for the latest list of known limitations is the [issues](https://github.com/netboxlabs/netbox-custom-objects/issues) list on the GitHub repository. These include features like Tags, Import/Export, Bulk Edit, Text Search and Branching.