Re: Unable to open database file ( Asking graphite and django forum )

2012-04-06 Thread Ejah
Having better read your first posting, the problems lies before this. You are supposed to create a project first through django-admin. This will create a template directory where your own settings.py and manage.py resort. You now seem to be editting the framework templates, and that will not work

Re: Unable to open database file ( Asking graphite and django forum )

2012-04-06 Thread KriRad
Corrected sqllite3. drwxrwxrwx 2 admin admin 4096 2012-04-06 17:56 db I am at my wits' end. RRDTool seems enticing. Thanks. On Apr 6, 2:10 pm, Ejah wrote: > Hi, > Two things spring to mind immediately: > One: You have a double 'l' in ENGINE': 'django.db.backends.sqllite3' > Two: Do you have t

Re: Unable to open database file ( Asking graphite and django forum )

2012-04-06 Thread Ejah
Hi, Two things spring to mind immediately: One: You have a double 'l' in ENGINE': 'django.db.backends.sqllite3' Two: Do you have the proper rights in the 'db' directory to create/ write/read? HTH Ernst On Apr 6, 7:25 am, KriRad wrote: > Hi, > > I have read previous mail in many forums and tried t

Unable to open database file ( Asking graphite and django forum )

2012-04-05 Thread KriRad
Hi, I have read previous mail in many forums and tried the suggestions. The error is "pysqlite2.dbapi2.OperationalError: unable to open database file" Read/Write permissions are given Command run is sudo /usr/bin/python manage.py syncdb settings.py is DATABASES = { 'default': { 'E