diff --git a/extra.py b/extra.py
index 6c299f1e1522fcd852728ccdc7ce1ca9651c13d4..3f472731b3030dac9142d9234f5dc6e1d6a4d6dd 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.