mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-03-22 08:16:54 +00:00
Add import for extra_local configuration in extra.py
This commit is contained in:
parent
97ddc0cce8
commit
30312e3760
|
|
@ -47,3 +47,8 @@
|
||||||
# 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>'
|
||||||
|
|
||||||
|
try:
|
||||||
|
from .extra_local import *
|
||||||
|
except ImportError:
|
||||||
|
pass
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue