when i try to navigate to 127.0.0.1 in my browser to see my django page, i get this:

OperationalError
...
(2002, "Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)")

in my settings.py file, i have specified sqlite3 as the db django should use.

how and why does this happen?