Re: Basic Django Support

2011-05-17 Thread Mateusz Marzantowicz
On Sun, May 15, 2011 at 6:07 PM, David Biglin wrote: > Hi, > I have been playing with Python for the past year now and enjoying it. > I am trying Django to make a web site for a friend. I am Following the > Django Tutorial on there web site to get the basic concepts here; > http://docs.djangoproj

Re: Basic Django Support

2011-05-16 Thread Jani Tiainen
Hi, There is two common problems that may occur: 1) You don't have read and write permissions for directory where database file resides. 2) You haven't incorrect or missing path for database file. Even Sqlite can create database ile itself it can't create path(s) needed. On Sun, 2011-05-15 at 0

Re: Basic Django Support

2011-05-15 Thread Shawn Milochik
Would you paste in your database settings from settings.py? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr.

Basic Django Support

2011-05-15 Thread David Biglin
Hi, I have been playing with Python for the past year now and enjoying it. I am trying Django to make a web site for a friend. I am Following the Django Tutorial on there web site to get the basic concepts here; http://docs.djangoproject.com/en/dev/intro/tutorial01/ During the set up i am using SQ