after running \"python manage.py syncdb\" i gett an error saying \"unable to open database file\".
here is the important part from my settings.py:
DA
Well, I answered it on this question. http://goo.gl/KAuXz
I faced exactly same issue. Here is my setting which worked.
'ENGINE': 'django.db.backends.sqlite3', 'NAME': '/home/neo/django/db/data.sqlite3'
Other setting in case of sqlite3 will be same/default.