I'm tryin out the tutorial and am very new to this...I have my settings.py as:
DATABASE_ENGINE = 'sqlite3' # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'. DATABASE_NAME = 'C:\Users\Student\Desktop\mysite' and when I run the command: python manage.py syncdb I get a the error: self.connection = Database.connect(**kwargs) sqlite3.OparationalError: unable to open database file I saw related posts but can't find a way to resolve. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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.