Hello,

I write pyramid_sacrud <https://github.com/ITCase/pyramid_sacrud>, it is 
very young project but he is already working and we (ITCASE) plan to actively 
develop it. In particular rewrite form generator(sacrud_deform), add UI 
filters, new fields and more examples. I know that there are some problem 
areas and will be glad to any crit.

Differences with Django:

Django.contrib.admin imposes a restriction on the structure of the 
database. For example it's multiple-column primary keys (
https://code.djangoproject.com/ticket/373 9yers/o ticket) or you can only 
use the built-in authentication system, etc. pyramid_sacrud designed for 
overlay on any database structure (see example: 
https://gist.github.com/uralbash/019c0629e1448c9d4e71) 

That is to say:

   - django.contrib.admin - dictating its terms to the structure of the 
   database, otherwise it will not work
   - pyramid_sacrud - can be used anywhere

I do not think that they can both replace the user interface, but it 
certainly helps in prototyping programs and data visualization
суббота, 3 января 2015 г., 12:22:49 UTC+5 пользователь Chris Withers 
написал:
>
> Hi All, 
>
> What's the current latest and greatest when it comes to building CRUD 
> apps using Pyramid for a SQLAlchemy model? 
>
> Something like the Django Admin UI or better would be nice, with some 
> sexy JS thrown in for good measure ;-) 
>
> cheers, 
>
> Chris 
>
> -- 
> Simplistix - Content Management, Batch Processing & Python Consulting 
>             - http://www.simplistix.co.uk 
>

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pylons-discuss.
For more options, visit https://groups.google.com/d/optout.

Reply via email to