Skip to content

Commit 8719af6

Browse files
authored
restart netbox for plugin to take effect
1 parent f056dd0 commit 8719af6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,11 @@ PLUGINS = [
3030
```
3131
$ ./manage.py migrate
3232
```
33+
4. Restart NetBox
34+
```
35+
sudo systemctl restart netbox netbox-rq
36+
```
3337

3438
## Known Limitations
3539

36-
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.
40+
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.

0 commit comments

Comments
 (0)