Hello all,
some time ago when learning Python and Zope I was excited by the idea to 
create a piece of software that allows you to have something similar to the 
Django's Admin UI, while being completely framework agnostic. Back then I 
started Datashackle as a personal learning project. The key difference in 
comparison to the django approach is that you have finer control over the 
visualization process of your domain model through a drag'n'drop web 
interface. Instead of deriving a generic UI from a declarative model class, 
Datashackle let's you design your admin forms and the database schema in a 
GUI. As a nice side-effect you get SqlAlchemy mapped domain models for 
free. These can be consumed directly by any WSGI framework of your choice.

Maybe somebody in pyramid land finds it useful. But see for yourself: 
http://datashackle.net

Thanks. Feedback is much appreciated,

Michael

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/pylons-discuss/-/XFwfJBjFN_kJ.
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/pylons-discuss?hl=en.

Reply via email to