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/-/GNnW9phn3JMJ. 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.

