Forums

Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock

error occurs after the command python manage.py syncdb

That's because you haven't specified the host to connect to correctly in the DATABASES setting. Look on the Databases tab for the details that you need to connect to your database.