Question
attempt to write a readonly database in django app hosting on apache2 with db.sqlite3 database in ubuntu
I was hosting django app on apache server with db.sqlite3 database,
when i complete my hosting according your website guidance.
and when i open mysite then i got this error..
OperationalError at /
attempt to write a readonly database
what should i do ?
please tell me.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×