Re: Admin Backend for Pyramid

2012-08-29 Thread Michael Jenny
Hi Gael, please take the time to look into my Datashackle prototype (datashackle.net ): Django admin ui is not very usefull. I've made a lot of Django sites and the admin UI is reserved to... admins eg: developers or advanced users. Except if you have a very simple app but we are not

Re: Admin Backend for Pyramid

2012-08-29 Thread Michael Jenny
Sorry, I missed the last scentence. It looks you're not actually looking for something else.. On Wed, Aug 29, 2012 at 12:35 PM, Michael Jenny prinzdezi...@gmail.comwrote: That's all done in FormAlchemy/pyramid_**formalchemy but.. unfortunately, as the maintainer, I admit that the code is a bit

Re: Admin Backend for Pyramid

2012-08-28 Thread Michael Brickenstein
Hi! There are a lot of frameworks. RUM is a project by Alberto Valverde and me. https://bitbucket.org/albertov/rum/wiki/Home It might not be the simplest and not built on the latest tech., but it features a lot of features and a lot of flexibility. Cheers, Michael Am Mittwoch, 23. Mai 2012

Re: Admin Backend for Pyramid

2012-08-28 Thread Chris McDonough
On 05/23/2012 04:01 AM, Martin Winkler wrote: Hi all, Short introduction of me: I worked with Zope2 for a couple of years and also have a little bit of experience with Zope3. I am a huge Django fan, having created about two dozen projects with it. But right now I'm in the process of looking at

Re: Admin Backend for Pyramid

2012-08-20 Thread Mengu
hi martin, you can easily use toscawidgets2 with pyramid. you can read more at http://tw2core.readthedocs.org/en/latest/pyramid/ enjoy! :) On Wednesday, May 23, 2012 11:01:01 AM UTC+3, Martin Winkler wrote: Hi all, Short introduction of me: I worked with Zope2 for a couple of years and

Re: Admin Backend for Pyramid

2012-08-18 Thread Michael Jenny
A while ago I started a project that allows you to build an Admin UI via Drag'n'Drop. It is targeted for WSGI frameworks in general and supports pyramid applications with relational storage needs. It's just a demo prototype and it would be a long way to go to have something useful. But see for

Admin Backend for Pyramid

2012-05-23 Thread Martin Winkler
Hi all, Short introduction of me: I worked with Zope2 for a couple of years and also have a little bit of experience with Zope3. I am a huge Django fan, having created about two dozen projects with it. But right now I'm in the process of looking at other python web frameworks. To me Pyramid

Re: Admin Backend for Pyramid

2012-05-23 Thread Alexis Métaireau
Le mer. 23 mai 2012 10:01:01 CEST, Martin Winkler a écrit : But my real question is: Since I love Django (and the automatic super-configurable admin backend), is there something similar already available (or in progress) for Pyramid? I took a quick look at formalchemy which I don't really like

Re: Admin Backend for Pyramid

2012-05-23 Thread Stefano Fontanelli
Il 23/05/12 10.01, Martin Winkler ha scritto: Hi all, Hi Martin, But my real question is: Since I love Django (and the automatic super-configurable admin backend), is there something similar already available (or in progress) for Pyramid? I took a quick look at formalchemy which I don't

Re: Admin Backend for Pyramid

2012-05-23 Thread Jonathan Vanasco
There are a few projects that have been working in the CRUD space on pyramid. There was a pyramid-crud sprint a while back too. Personally, I build out the CRUD interfaces myself. The types of Apps I've built / want-to-build on Pyramid are impossible if not utterly painful to implement on

Re: Admin Backend for Pyramid

2012-05-23 Thread Mike Orr
On Wed, May 23, 2012 at 1:01 AM, Martin Winkler abec...@gmail.com wrote: But my real question is: Since I love Django (and the automatic super-configurable admin backend), is there something similar already available (or in progress) for Pyramid? You can also look at Ptah. It's a higher-level

Re: Admin Backend for Pyramid

2012-05-23 Thread Alan Runyan
You can also look at Ptah. It's a higher-level framework built on Pyramid that's supposed to have more in the way of admin screens and Django-like features. There are also a few other higher-level frameworks which may have something interesting. https://github.com/ptahproject/ptah some