Here is the problem from terminal:
Traceback (most recent call last): File "manage.py", line 11, in <module> execute_manager(settings) File "/Library/Python/2.6/site-packages/django/core/management/ __init__.py", line 438, in execute_manager utility.execute() File "/Library/Python/2.6/site-packages/django/core/management/ __init__.py", line 379, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/Library/Python/2.6/site-packages/django/core/management/ base.py", line 191, in run_from_argv self.execute(*args, **options.__dict__) File "/Library/Python/2.6/site-packages/django/core/management/ base.py", line 220, in execute output = self.handle(*args, **options) File "/Library/Python/2.6/site-packages/django/core/management/ base.py", line 286, in handle app_output = self.handle_app(app, **options) File "/Library/Python/2.6/site-packages/django/core/management/ commands/sql.py", line 19, in handle_app return u'\n'.join(sql_create(app, self.style, connections[options.get('database', DEFAULT_DB_ALIAS)])).encode('utf-8') File "/Library/Python/2.6/site-packages/django/core/management/ sql.py", line 26, in sql_create tables = connection.introspection.table_names() File "/Library/Python/2.6/site-packages/django/db/backends/ __init__.py", line 504, in table_names cursor = self.connection.cursor() File "/Library/Python/2.6/site-packages/django/db/backends/ __init__.py", line 75, in cursor cursor = self._cursor() File "/Library/Python/2.6/site-packages/django/db/backends/sqlite3/ base.py", line 174, in _cursor self.connection = Database.connect(**kwargs) sqlite3.OperationalError: unable to open database file Can anyone help me with this -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.