From 8e38c4f4d623bef651afd776c383a6a90503cc7c Mon Sep 17 00:00:00 2001
From: John Graham <jjgraham@ucsd.edu>
Date: Thu, 28 Jan 2021 20:51:43 -0800
Subject: [PATCH] Update extra.py

---
 extra.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/extra.py b/extra.py
index 6c299f1..3f47273 100644
--- a/extra.py
+++ b/extra.py
@@ -24,6 +24,8 @@
 ## Enable installed plugins. Add the name of each plugin to the list.
 # from netbox.configuration.configuration import PLUGINS
 # PLUGINS.append('my_plugin')
+
+from netbox.configuration.configuration import PLUGINS
 PLUGINS.append('netbox_qrcode')
 
 ## Plugins configuration settings. These settings are used by various plugins that the user may have installed.
-- 
GitLab