Hello Edward, I found out the error when runing the surver. After I run this command: python manage.py runserver. Here is an output:
\project\mydictionary\dictionary\views.py", line 19, in SearchView
meaning_1 = meaning[0].getText()
~~~^^^
IndexError: list index out of range
and the second error in this output:
"GET /favicon.ico HTTP/1.1" 404 2445
Internal Server Error: /search/
Kaмилла Гарифуллина
Hello Edward, I found out the error when runing the surver. After I run this command: python manage.py runserver. Here is an output: \project\mydictionary\dictionary\views.py", line 19, in SearchView meaning_1 = meaning[0].getText() ~~~^^^ IndexError: list index out of range
and the second error in this output: "GET /favicon.ico HTTP/1.1" 404 2445 Internal Server Error: /search/