Running Pure Django Projects on Google App Engine

קצת הסתבכתי עם ה-tutorials. יש אולי מישהו/י שיהיה במפגש היום בערב ויוכל להראות לי דוגמא?

By Pure you mean using the ORM right?

It is not that difficult if you use CloudSQL:

https://cloud.google.com/appengine/docs/python/cloud-sql/django

But unless you have compelling reasons to run Django on AppEngine, you might want to try:

Based on my own experience with AppEngine, I’d just go for Flask and NDB of you really want to use AppEngine.