Is there anything similar to rails' scaffolding for pylons? I've been poking around google, but only found this thing called dbsprockets, which is fine, although probably way too much for my needs. What I really need is a basic CRUD that is based on the SQLAlchemy model.
Asked
Active
Viewed 1,787 times
3 Answers
7
The question is super old, but hell: http://code.google.com/p/formalchemy/
Gives you basic crud out of the box, customizable to do even relatively complex things easily, and gives you a drop-in Pylons admin app too (written and customizable with the same api, no magic).

jbellis
- 19,347
- 2
- 38
- 47
-
[Is the project dead?](https://groups.google.com/forum/#!topic/formalchemy/60_hhkIJt14)http://docs.pylonsproject.org/projects/pyramid/en/latest/narr/scaffolding.html – mlt Oct 06 '16 at 23:48
5
I hear you, I've followed the Pylons mailing list for a while looking for something similar. There have been some attempts in the past (see AdminPylon and Restin) but none have really kept up with SQLAlchemy's rapidly developing orm api.
Since DBSprockets is likely to be incorporated into TurboGears it will likely be maintained. I'd bite the bullet and go with that.

Brendan
- 18,771
- 17
- 83
- 114