Hello, What scaffold do you suggest for a project with mongodb + cornice? 1. Looks like mongo scaffold does not support python 3? pyramid_mongodb <https://github.com/niallo/pyramid_mongodb> You get an error that looks like waitress or something else. I don't have an error code handy. Normal pyramid scafold like alchemy does not have this problem, I'm not sure why pyramid_mongodb would. or pyramid community is recommending just use the "MongoDB and Pyramid" cookbook? 2. Are there any recommendations as to which scafold to use? or we should start with alchemy and just add mongodb in development.ini? what about mongoengine an python3? 3. are here any projects with cornice? Seems like there isn't many example documentation. cornice scaffold seems to be changing pyramid defaults namely development.ini and using traversal as default. I'm not sure what else is changed? 4. Is there a best preferred way working with json? possibly a way where url /request/service/lastname matches json structure request.service.lastname and gives you the REST api for each node?
Thanks Lucas -- 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 https://groups.google.com/group/pylons-discuss. For more options, visit https://groups.google.com/d/optout.
