Monday, July 28, 2014

Re: django tut 01

You need to be a little more detailed about your error. When you say "Can't access database sqlite3" are you referring to permissions? Please post your settings. 

In the mean, time check you have the correct read/write permissions on the directory.Try "sudo python manage.py syncdb" (notice the word sudo). If this works you don't have the correct permission setup.  

On Monday, July 28, 2014 9:48:21 AM UTC+1, atul...@iiitd.ac.in wrote:
Can't access database sqlite3. I am beginner . I cant use the database when i run command " python manage.py syncdb".
Please help!
P.s. Can anyone please tell how to use sqlite3 database ( I know nothing about it )
Thankyou

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/63273411-53e1-4ba1-b90a-9d657464a460%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment