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.