Binpress components 2011-02-13T00:18:41+00:00 Zend_Feed_Writer http://www.binpress.com Binpress contact@binpress.com http://www.binpress.com <![CDATA[Merengue - Python | Django | Editors (Content / Media / Others)]]> 2011-02-13T00:18:41+00:00 2011-02-13T00:18:41+00:00 http://www.binpress.com/app/merengue/109 Yaco sistemas noreply@binpress.com http://www.binpress.comdev/profile/339 Merengue CMS, a Django based CMS on steroidsMerengue is a fully featured CMS framework built on top of Django framework. It's not only a plug-and-play CMS but a framework to build CMS sites at top speed with clean and re-usable code, using our preferred web framework. In order to achieve we have: Taken conventions that are not provided in Django; Merengue is designed to develop CMS websites and not to develop generic web applications. Thanks to these conventions Merengue has features such as skinnable, pluggable, etc. Created both a complete API for managing content and a poweful out-of-the-box CMS with all of the basic needs of any CMS site (permissions, theming, plugins, actions, etc.). Built a pluggable system that allows plugins to create new models, handle URLs, define content or site actions, create blocks, customize admin zones, etc. Created a default data model with all of the requirements to allow content management. You can inherit some of these models in your plugins to create new content types. <![CDATA[Askbot - Python | Django | Social media]]> 2011-02-04T04:19:59+00:00 2011-02-04T04:19:59+00:00 http://www.binpress.com/app/askbot/68 Evgeny Fadeev noreply@binpress.com http://www.binpress.comdev/profile/186 Askbot is a Q & A forum inspired by StackOverflow, written in Python and Django ask and answer questions post comments all posts are editable vote and bookmark reputation system & badges flexible drill-down search by full text, tags, and selection scopes share via social media multi-provider login system live settings configuration installs via easy_install and pip documentation and test case suite available askbot fully supports internationalization and is available in several languages will work with other Django applications <![CDATA[django-qbe - Python | Django | Database]]> 2011-01-28T02:38:05+00:00 2011-01-28T02:38:05+00:00 http://www.binpress.com/app/djangoqbe/47 versae noreply@binpress.com http://www.binpress.comdev/profile/106 Admin tool in order to get custom reports. The objective of django-qbe is provide a assited and interactive way of making complex queries with no technical knowledge (or minimal) to get custom reports from the objects of Django models. Based on QBE proposal from IBM®, django-qbe is intended to remove the limitations of Django QuerySets objects and to use the whole expresive power of the subjacent SQL. View and autodiscover relations among the models in a visual way (ForeignKey fields are green andManyToMany ones are red). Tabular creation of queries with fields to show, criterias, lookups and order (only AND conditions by now). Auto adition of right fields when ForeignKey or ManyToMany fields are selected. No models in the project, so you can add django-qbe whenever you want with no syncdb. Pagination of results. Bookmarklet to save and share the queries. Export results to .csv, .odt and .xls, but it's extensible by the user. Access restricted to users through a customizable function. Links to admin views (if available) in the results objects. Django implementantion for Query By Example (QBE) on Github