No, I tried removing the file, creating it with touch and I also used sqlite3 to create a table in there to make sure it actually has some database in there: sqlite3 /home/maxim/mysite/mysite.db SQLite version 3.6.23.1 Enter ".help" for instructions Enter SQL statements terminated with a ";" sqlite> .schema CREATE TABLE my_table (id int);
I still get that error in all cases. On Wednesday, 4 April 2012 13:19:13 UTC-4, creecode wrote: > > Hello maxim, > > On Wednesday, April 4, 2012 9:51:39 AM UTC-7, maxim wrote: > > I can't get the tutorial working for me. When I try to run the command: >> python manage.py syncdb >> > > >> My settings file has this for databases: >> > > >> 'NAME': '/home/maxim/mysite/mysite.db', # Or >> path to database file if using sqlite3. >> > > I'm not sure but could it be there is no file at > /home/maxim/mysite/mysite.db ? If not you might try to touch that path and > then try your syncdb. It looks like are are on some kind of unix/linux > variant so you probably have a touch command. > > Toodle-looooooooooo...... > creecode > -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/R2FY3gjMxH0J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

