The Django Helper for Google App Engine creates BaseModel to allow a model to exist both in Django and App Engine. Does the helper provide a way to use Polymodels with Django?
相关问题
- Django __str__ returned non-string (type NoneType)
- java.lang.NullPointerException at java.io.PrintWri
- Django & Amazon SES SMTP. Cannot send email
- Django check user group permissions
- Django restrict pages to certain users
相关文章
- Is there a size limit for HTTP response headers on
- Profiling Django with PyCharm
- Why doesn't Django enforce my unique_together
- MultiValueDictKeyError in Django admin
- Django/Heroku: FATAL: too many connections for rol
- appcfg.py command not found
- Django is sooo slow? errno 32 broken pipe? dcramer
- Google app engine datastore string encoding proble
I'm not aware of any functionality in the helper to incorporate Polymodel. I think you're going to have to change
BaseModel
to inherit fromPolymodel
and test it out to see if anything breaks.There was a question about this here, but no one responded. There's been some activity lately on the mailing list, so you might want to raise it again: http://groups.google.com/group/app-engine-django/browse_thread/thread/cdaba1ed81a9d958