[Answered ]-Django-nonrel and GAE – Error – Unexpected attribute 'builtins'

2👍

You have an error in your app.yaml file. Try to reset it and run application.

1👍

You’re not actually using the latest SDK. Possibly you have multiple SDKs installed, and Django is using a different one. Make sure you update the one in D:\Program Files (x86)\Google\google_appengine to the latest version.

-1👍

If you have a file called index.yalm and other app.yalm, try delete index.yalm and test it. I have same problem and I’ve resolved.

Leave a comment