Hello I am trying to install Xblock SDK using this URL
<https://edx.readthedocs.io/projects/xblock-tutorial/en/latest/getting_started/create_first_xblock.html>
.
After run the server, when I try with access on browser then I am getting
error.
My error log-
(0.000)
SELECT name, type FROM sqlite_master
WHERE type in ('table', 'view') AND NOT name='sqlite_sequence'
ORDER BY name; args=None
(0.000) SELECT "django_migrations"."app", "django_migrations"."name" FROM
"django_migrations"; args=()
Invalid HTTP_HOST header: '192.168.56.106:8000'. You may need to add
u'192.168.56.106' to ALLOWED_HOSTS.
"GET / HTTP/1.1" 400 64541
Invalid HTTP_HOST header: '192.168.56.106:8000'. You may need to add
u'192.168.56.106' to ALLOWED_HOSTS.
"GET /favicon.ico HTTP/1.1" 400 64750
Help help me..
--
You received this message because you are subscribed to the Google Groups
"General Open edX discussion" group.
To view this discussion on the web visit
https://groups.google.com/d/msgid/edx-code/e5aa8cc8-6805-4e32-b5ec-89631cee0376%40googlegroups.com.