Skip to content

Commit 3b715ff

Browse files
authored
Merge pull request #76 from jbartus/main
restart netbox for plugin to take effect
2 parents f056dd0 + 8719af6 commit 3b715ff

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)