Skip to content
Snippets Groups Projects
Commit a4a6be67 authored by John Graham's avatar John Graham
Browse files

Update extra.py

parent 3d6f1e3f
No related branches found
No related tags found
No related merge requests found
Pipeline #14570 passed
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
## Enable installed plugins. Add the name of each plugin to the list. ## Enable installed plugins. Add the name of each plugin to the list.
# from netbox.configuration.configuration import PLUGINS # from netbox.configuration.configuration import PLUGINS
# PLUGINS.append('my_plugin') # PLUGINS.append('my_plugin')
PLUGINS.append('netbox_qrcode')
## Plugins configuration settings. These settings are used by various plugins that the user may have installed. ## 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. ## Each key in the dictionary is the name of an installed plugin and its value is a dictionary of settings.
...@@ -53,5 +54,3 @@ ...@@ -53,5 +54,3 @@
# from datetime import datetime # from datetime import datetime
# now = datetime.now().strftime("%d/%m/%Y %H:%M:%S") # now = datetime.now().strftime("%d/%m/%Y %H:%M:%S")
# BANNER_TOP = f'<marquee width="200px">This instance started on {now}.</marquee>' # BANNER_TOP = f'<marquee width="200px">This instance started on {now}.</marquee>'
PLUGINS = ['netbox_qrcode']
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment