Nothing Getting Stored In Django Non-rel For Google App Engine
I am unable to save anything in my django non-rel development project.. I have google app engine sdk installed with django non -rel. I can access the django admin page but cannot l
Solution 1:
You can change your
ALLOWED_HOSTS = ['<Name of Application in YAML>.appspot.com']
For more details on ALLOWED_HOSTS
Post a Comment for "Nothing Getting Stored In Django Non-rel For Google App Engine"