Ah, thank you. Your answer fixed the problem.

On Wednesday, 4 April 2012 13:25:19 UTC-4, JoeLinux wrote:
>
> The correct answer is that the default project layout has changed. See my 
> previous email. Let me know if that works!
> --
> Joey "JoeLinux" Espinosa*
> *
> <http://joelinux117.blogspot.com> 
> <http://twitter.com/therealjoelinux><http://about.me/joelinux>
>
>
>
> On Wed, Apr 4, 2012 at 1:24 PM, maxim <m.siniav...@gmail.com> wrote:
>
>> 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 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.
>>
>
>

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

Reply via email to