Replies: 2 comments
-
Den 2022-04-13 kl. 12:07, skrev CDawson1:
ALLOWED_HOSTS = [*]
This should be a list of strings.
Try
ALLOWED_HOSTS = [ '*' ]
source, line 10
https://github.com/netbox-community/netbox/blob/v3.2.0/netbox/netbox/configuration_example.py
…--
MVH / Regards
Anders Löwinger, Abundo AB, +46 72 206 0322
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Well...that's some poor eyesight by me then. Onto the next issue... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm attempting to fire up a new instance of Netbox (3.2.0) from a clean install of Ubuntu 20.04.
At the end of running the initial upgrade script, I'm met with the following:
This is from following the docs verbatim and I cannot move forward from here.
Beta Was this translation helpful? Give feedback.
All reactions