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.
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.