0

I have hosted my Django app to gcp. I am able to access the url aswell. But I am not able to login to the django admin panel. It gives me the following message.

enter image description here

As per what I read it seems to be a permission issue. How can I fix this problem?

NOTE: I dont want to use any cloud database. I want to stay with dbsqlite.

Any help is appreciated.

Kiran
  • 323
  • 4
  • 16
  • 2
    This might be a duplicate of [this post](https://stackoverflow.com/questions/28184630/open-sqlite-database-on-google-app-engine/41601943). You basically need to make sure that you copy the database file to the writeable /tmp directory of your GAE app. Notice that this is not a escalable approach as the database space will be using your RAM and you could get into OOM issues. – Daniel Ocando May 04 '21 at 19:52
  • @Daniel Ocando Thanks. Looks like using dbsqlite with gcp is not advisable. – Kiran Sep 29 '21 at 10:52

0 Answers0