From 41155843061c1157ddc4d0f3342a91fd0d56219e Mon Sep 17 00:00:00 2001 From: mattieserver Date: Sat, 23 May 2020 18:20:04 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20414ff..fbb7381 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Once installed, the plugin needs to be enabled in your `configuration.py` ```python # In your configuration.py -PLUGINS = ["netbox-topology-views"] +PLUGINS = ["netbox_topology_views"] ``` Then run `python3 manage.py collectstatic --no-input`