Resolved design problem

This commit is contained in:
SejiL 2022-06-07 12:01:33 +04:30
parent 26fd76670e
commit 5342c0927b
3 changed files with 4 additions and 4 deletions

View file

@ -53,3 +53,6 @@
# 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>'
# Allow CSRF trusted origins, e.g:
# CSRF_TRUSTED_ORIGINS = ['http://netbox.example.com']