I am trying to run a Flask REST service on CentOS Apache2 using WSGI. The REST service requires a very small storage. So i decided to use SQLite with sqlite3 py
sqlite3
run
sudo chmod 777 path-to-your-djangoproject-directory
The directory should be the one which contains manage.py and db.sqlite3 files. (the parent container).
Worked in my case.