Skip to content

Device Type Library Import #2268

Closed Answered by iColorad0
iColorad0 asked this question in Q&A
Discussion options

You must be logged in to vote

If your filepath is /opt/netbox/netbox/netbox
you should go to configure your configuration.py file. Change this single setting from = False to = True and it worked for me immediately after.

API Cross-Origin Resource Sharing (CORS) settings. If CORS_ORIGIN_ALLOW_ALL is set to True, all origins will be
allowed. Otherwise, define a list of allowed origins using either CORS_ORIGIN_WHITELIST or
CORS_ORIGIN_REGEX_WHITELIST. For more information, see https://github.com/ottoyiu/django-cors-headers
CORS_ORIGIN_ALLOW_ALL = True
CORS_ORIGIN_WHITELIST = [

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by iColorad0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant