1👍
✅
If what you want is to use controllers, views and form validations you still can do it.
Django comes built-in in Google App Engine, so you can write your Django application inside. What’s the problem? That Django models are relational but datastore is not. You have 2 options there:
0👍
The django library built into GAE is straight up normal django that has an SQL ORM. So you can use this with Cloud SQL but not the HRD.
django-nonrel is up to 1.4.5 according to the messages on the newsgroup. The documentation, unfortunately, is sorely behind.
- [Answer]-What's wrong with my template filter?
- [Answer]-Django can't see my validator
- [Answer]-Import error with Django Project
Source:stackexchange.com