Re: DatabaseError at /admin/ attempt to write a readonly database

2012-05-27 Thread Antoni Aloy
Don't use sqlite, use a postressql or mysql database. If you just need sqlite: Create an special user for your application, and addit to the www-data group, and mark sqlite databse as read/write for that user. Hope it help! 2012/5/27 Fadi Samara : > Hi, > > I have

DatabaseError at /admin/ attempt to write a readonly database

2012-05-27 Thread Fadi Samara
Hi, I have django running against apache with wsgi, using sqlite3 as my database. When I run the admin page, I will end up with "attempt to write a readonly database", the only solution worked for me to chmod 777 to the django project directory.According to Django website they don't recommend