From 1f389b3faaed8e4eefb9ca2225a4512881add259 Mon Sep 17 00:00:00 2001 From: mattieserver <3049868+mattieserver@users.noreply.github.com> Date: Mon, 12 Sep 2022 18:20:18 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 685b758..21c940d 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,8 @@ Once installed, the plugin needs to be enabled in your `configuration.py` PLUGINS = ["netbox_topology_views"] ``` +First run `source /opt/netbox/venv/bin/activate` to enter the Python virtual environment. + Then run `python3 manage.py collectstatic --no-input` ### Versions