You are right. I didn't know about it when I started the project but it should be easy to replace the existing datastore code. I would say there are some things that are done a little inefficiently right now. Such as when a section is deleted, the way it determines whether content exists on a page or not and then if it is unique content without a view on another page it deletes it, otherwise not. This could probably be done more efficiently so if you are changing the database code, it might be worth also looking at that. Also in a lot of places, arrays of keys are stored and this could probably also be made more efficient using StructuredProperties, etc. I am giving you access to modify, let me know privately if there is another email address you prefer.
Thanks for your help, Imran On Sunday, July 29, 2012 10:40:30 AM UTC-4, Jakob Holmelund wrote: > > I see lots of optimizations for the ndb-stuff in the project, its quite > easy, and i would love to help.. > > Den tirsdag den 12. juni 2012 18.06.59 UTC+2 skrev GAE-CMS: >> >> I am the creator of a brand new CMS called GAE-CMS<http://www.gae-cms.com>. >> It is based on Google App Engine written in Python 2.7. It is free and >> open source (GPL). It has been designed from the ground up for speed and >> usability. As well it is very easy for designers to modify every aspect of >> the theme and apply different themes to different sections of the website. >> It is developed in a very modular way with different types of content able >> to inherit from the base content class and define how it behaves and its >> views. I believe it is a fresh new take on CMSs and believe it could >> surpass some of the current great CMSs if enough developers get behind it. >> This is an open call to developers to check out our project, install it, >> use it and if you believe in it then contribute back and join our >> leadership team to help guide the vision of this project. Visit >> http://www.gae-cms.com for more information and access to the code. >> > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/sCSjnKBuayAJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
