diff --git a/extra.py b/extra.py
index b4123fe9d7c2310c9b940b27dd070e9b03e71fb1..6c299f1e1522fcd852728ccdc7ce1ca9651c13d4 100644
--- a/extra.py
+++ b/extra.py
@@ -24,6 +24,7 @@
 ## Enable installed plugins. Add the name of each plugin to the list.
 # from netbox.configuration.configuration import PLUGINS
 # PLUGINS.append('my_plugin')
+PLUGINS.append('netbox_qrcode')
 
 ## Plugins configuration settings. These settings are used by various plugins that the user may have installed.
 ## Each key in the dictionary is the name of an installed plugin and its value is a dictionary of settings.
@@ -53,5 +54,3 @@
 # from datetime import datetime
 # now = datetime.now().strftime("%d/%m/%Y %H:%M:%S")
 # BANNER_TOP = f'<marquee width="200px">This instance started on {now}.</marquee>'
-
-PLUGINS = ['netbox_qrcode']
\ No newline at end of file