I am developing a blog. Every post should have a threaded comment system. I found a lot of examples on the internet, but the thing is - I am also working with Google App Engine. All example I found are not specified for GAE, but then I try to implement them I get errors( for example I tried to do something similar to this -> http://codeblogging.net/blogs/1/3/ and I end up with ->
This database does not support <class 'django.db.models.sql.aggregates.Max'> aggregates.). So I need advice, maybe you were also doing something similar and have examples, good tutorials? Maybe I should use some external plug-in or something?
J.
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/ainwUWsq1oEJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
No comments:
Post a Comment